Dan Gohman | 3588f9d | 2008-10-21 03:24:31 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2 |
2 | |||||
Chris Lattner | f3ac52a | 2008-10-21 03:49:19 +0000 | [diff] [blame] | 3 | define i64 @foo() nounwind { |
Dan Gohman | 3588f9d | 2008-10-21 03:24:31 +0000 | [diff] [blame] | 4 | ret i64 0 |
5 | } |