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:
Justin Bogner 2017-10-18 05:39:22 +00:00
parent d97398240c
commit cf30db922e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
return
build_function_body_dictionary(test, raw_tool_output, '',
build_function_body_dictionary(test, raw_tool_output,
triple_in_cmd or triple_in_ir,
prefixes, func_dict, verbose)