mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
update_mir_test_checks: Fix handling of IR input after r326284
llvm-svn: 327305
This commit is contained in:
parent
574bf7e17c
commit
3b1321ee4f
@ -392,8 +392,8 @@ def update_test_file(llc, test, remove_common_prefixes=False, verbose=False):
|
||||
if not m:
|
||||
state = 'ir function body'
|
||||
add_checks_for_function(test, output_lines, run_list,
|
||||
func_dict, func_name, add_vreg_checks,
|
||||
single_bb=False, verbose=verbose)
|
||||
func_dict, func_name, single_bb=False,
|
||||
verbose=verbose)
|
||||
|
||||
if should_add_line_to_output(input_line, prefix_set):
|
||||
output_lines.append(input_line)
|
||||
|
Loading…
Reference in New Issue
Block a user