diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-10-31 20:08:28 -0700 |
---|---|---|
committer | Matt Arsenault <arsenm2@gmail.com> | 2019-10-31 20:08:28 -0700 |
commit | 10c1d0a452b561a9a0586e994f52066734316224 (patch) | |
tree | 32812276b40f66307db0ebe010753d2e6827cd30 /llvm/utils/update_mir_test_checks.py | |
parent | c6da9ec0e90ea8798ecae583bb8d26bdf6b9b79f (diff) | |
download | bcm5719-llvm-10c1d0a452b561a9a0586e994f52066734316224.tar.gz bcm5719-llvm-10c1d0a452b561a9a0586e994f52066734316224.zip |
Fix update_mir_test_checks after 3598b8100
Diffstat (limited to 'llvm/utils/update_mir_test_checks.py')
-rwxr-xr-x | llvm/utils/update_mir_test_checks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/update_mir_test_checks.py b/llvm/utils/update_mir_test_checks.py index e0bc0183422..e6c16718059 100755 --- a/llvm/utils/update_mir_test_checks.py +++ b/llvm/utils/update_mir_test_checks.py @@ -333,7 +333,7 @@ def update_test_file(args, test): build_function_body_dictionary(test, raw_tool_output, triple_in_cmd or triple_in_ir, - prefixes, func_dict, args.verbose, False) + prefixes, func_dict, args.verbose) state = 'toplevel' func_name = None |