Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / utils / update_cc_test_checks / resolve-tmp-conflict.test
bloba802e1aeecd82c2155f0484d17e2d4c96fe3ebd5
1 ## Test that CHECK lines generated avoid naming conflicts with FileCheck IR variables
3 # RUN: cp %S/Inputs/resolve-tmp-conflict.cpp %t.cpp && %update_cc_test_checks --function-signature --prefix-filecheck-ir-name _ %t.cpp
4 # RUN: diff -u %S/Inputs/resolve-tmp-conflict.cpp.expected %t.cpp
6 ## Check that re-running update_cc_test_checks doesn't change the output
7 # RUN: %update_cc_test_checks %t.cpp
8 # RUN: diff -u %S/Inputs/resolve-tmp-conflict.cpp.expected %t.cpp