summaryrefslogtreecommitdiff
path: root/utils/update_cc_test_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/update_cc_test_checks.py')
-rwxr-xr-xutils/update_cc_test_checks.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/update_cc_test_checks.py b/utils/update_cc_test_checks.py
index 4e249f84ae5..865ebf7ff57 100755
--- a/utils/update_cc_test_checks.py
+++ b/utils/update_cc_test_checks.py
@@ -226,8 +226,7 @@ def main():
if added:
output_lines.append('//')
added.add(mangled)
- # This is also used for adding IR CHECK lines.
- asm.add_asm_checks(output_lines, '//', run_list, func_dict, mangled)
+ common.add_ir_checks(output_lines, '//', run_list, func_dict, mangled)
output_lines.append(line.rstrip('\n'))
# Update the test file.