repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Typo fix; NFC
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_llc_test_checks
/
systemz-nounwind.test
blob
96e006646430a6f6c766541af202d1f9f0e3ca3e
1
# REQUIRES: systemz-registered-target
2
## Check that nounwind functions are handled.
3
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