Typo fix; NFC
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / x86-isel-support.test
blob4ae0e73203b7dd038e11703ee7559065a9576e0b
1 # REQUIRES: asserts
2 # REQUIRES: x86-registered-target
3 ## Basic test checking that update_llc_test_checks.py can update a file with isel debug output
5 # RUN: cp -f %S/Inputs/x86_isel.ll %t.ll && %update_llc_test_checks %t.ll
6 # RUN: cat %S/Inputs/x86_isel.ll.expected > %t.expected.ll
7 # RUN: diff -u %t.expected.ll %t.ll
9 # RUN: cp -f %S/Inputs/x86_asm.ll %t.ll && %update_llc_test_checks %t.ll
10 # RUN: cat %S/Inputs/x86_asm.ll.expected > %t.expected.ll
11 # RUN: diff -u %t.expected.ll %t.ll