Typo fix; NFC
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / systemz-function-name.test
blobe6c47252d4541d17cebd285fe95e7f7ee5eee36b
1 # REQUIRES: systemz-registered-target
2 ## Check that functions names with '$' are processed correctly
4 # RUN: cp -f %S/Inputs/systemz_function_name.ll %t.ll && %update_llc_test_checks %t.ll
5 # RUN: diff -u %S/Inputs/systemz_function_name.ll.expected %t.ll