1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

update_mir_test_checks: Fix handling of IR input after r326284

llvm-svn: 327305
This commit is contained in:
Justin Bogner 2018-03-12 18:06:58 +00:00
parent 574bf7e17c
commit 3b1321ee4f

View File

@ -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)