blob: c59e4cf9439ebb7ea7b2961da3f09a4f42afce36 [file] [log] [blame]
Dan Gohman3588f9d2008-10-21 03:24:31 +00001; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
2
Chris Lattnerf3ac52a2008-10-21 03:49:19 +00003define i64 @foo() nounwind {
Dan Gohman3588f9d2008-10-21 03:24:31 +00004 ret i64 0
5}