forked from OSchip/llvm-project
update_mir_test_checks: Fix a typo I made while preparing for commit
I accidentally added an extra arg here, so this didn't work at all. llvm-svn: 316062
This commit is contained in:
parent
d97398240c
commit
cf30db922e
|
@ -308,7 +308,7 @@ def update_test_file(llc, test, remove_common_prefixes=False, verbose=False):
|
||||||
warn('No triple found: skipping file', test_file=test)
|
warn('No triple found: skipping file', test_file=test)
|
||||||
return
|
return
|
||||||
|
|
||||||
build_function_body_dictionary(test, raw_tool_output, '',
|
build_function_body_dictionary(test, raw_tool_output,
|
||||||
triple_in_cmd or triple_in_ir,
|
triple_in_cmd or triple_in_ir,
|
||||||
prefixes, func_dict, verbose)
|
prefixes, func_dict, verbose)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue