xref: /llvm-project/llvm/test/tools/UpdateTestChecks/update_test_checks/stable_ir_values.test (revision 3846019d8f6379ea1a8bf3a0fdfb0202de8e2f2a)
1# RUN: cp -f %S/Inputs/stable_ir_values.ll %t.ll && %update_test_checks %t.ll
2# RUN: diff -u %t.ll %S/Inputs/stable_ir_values.ll.expected
3# Now test that we can reset all the names
4# RUN: %update_test_checks %t.ll --reset-variable-names
5# RUN: diff -u %t.ll %S/Inputs/stable_ir_values.ll.expected.reset
6