llvm/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/systemz-nounwind.test

# REQUIRES: systemz-registered-target
## Check that nounwind functions are handled.

# RUN: cp -f %S/Inputs/systemz-nounwind.ll %t.ll && %update_llc_test_checks %t.ll
# RUN: diff -u %S/Inputs/systemz-nounwind.ll.expected %t.ll