Skip to content

Commit d922482

Browse files
committed
update_mir_test_checks: Fix handling of IR input after r326284
llvm-svn: 327305
1 parent 8e94aeb commit d922482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/update_mir_test_checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ def update_test_file(llc, test, remove_common_prefixes=False, verbose=False):
392392
if not m:
393393
state = 'ir function body'
394394
add_checks_for_function(test, output_lines, run_list,
395-
func_dict, func_name, add_vreg_checks,
396-
single_bb=False, verbose=verbose)
395+
func_dict, func_name, single_bb=False,
396+
verbose=verbose)
397397

398398
if should_add_line_to_output(input_line, prefix_set):
399399
output_lines.append(input_line)

0 commit comments

Comments
 (0)