mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
7ef8907342
llvm-svn: 57887
6 lines
102 B
LLVM
6 lines
102 B
LLVM
; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
|
|
|
|
define i64 @foo() nounwind {
|
|
ret i64 0
|
|
}
|