Typo fix; NFC
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / systemz-nounwind.test
blob96e006646430a6f6c766541af202d1f9f0e3ca3e
1 # REQUIRES: systemz-registered-target
2 ## Check that nounwind functions are handled.
4 # RUN: cp -f %S/Inputs/systemz-nounwind.ll %t.ll && %update_llc_test_checks %t.ll
5 # RUN: diff -u %S/Inputs/systemz-nounwind.ll.expected %t.ll