forked from OSchip/llvm-project
parent
c14e5227f0
commit
0b641e4718
|
@ -1,5 +1,5 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
|
||||
|
||||
define i64 @foo() {
|
||||
define i64 @foo() nounwind {
|
||||
ret i64 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue