mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 08:12:12 +00:00
update_mir_test_checks: Fix handling of IR input after r326284
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327305 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
475569518b
commit
78c10b0e5a
@ -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…
x
Reference in New Issue
Block a user