[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / mips_generated_funcs.test
blob67521cc57d2a547e73a9cfb6114ef29c05469d66
1 # REQUIRES: mips-registered-target
3 ## Check that generated functions are included.
4 # RUN: cp -f %S/Inputs/mips_generated_funcs.ll %t.ll && %update_llc_test_checks --include-generated-funcs %t.ll
5 # RUN: diff -u %t.ll %S/Inputs/mips_generated_funcs.ll.generated.expected
7 ## Check that running the script again does not change the result:
8 # RUN: %update_llc_test_checks --include-generated-funcs %t.ll
9 # RUN: diff -u %t.ll %S/Inputs/mips_generated_funcs.ll.generated.expected
11 ## Check that generated functions are not included.
12 # RUN: cp -f %S/Inputs/mips_generated_funcs.ll %t.ll && %update_llc_test_checks %t.ll
13 # RUN: diff -u %t.ll %S/Inputs/mips_generated_funcs.ll.nogenerated.expected
15 ## Check that running the script again does not change the result:
16 # RUN: %update_llc_test_checks %t.ll
17 # RUN: diff -u %t.ll %S/Inputs/mips_generated_funcs.ll.nogenerated.expected