[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / mips-function-name.test
blob03f9149d5c02bf2dd16fd80f5d32f3c392d3d98c
1 # REQUIRES: mips-registered-target
2 ## Check that functions names with '$' are processed correctly
4 # RUN: cp -f %S/Inputs/mips_function_name.ll %t.ll && %update_llc_test_checks %t.ll
5 # RUN: diff -u %S/Inputs/mips_function_name.ll.expected %t.ll