blob: c59e4cf9439ebb7ea7b2961da3f09a4f42afce36 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
define i64 @foo() nounwind {
ret i64 0
}