blob: bca0f056b90de3c186d378fbd1cfa02d9c56be0e [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep xor | count 2
Dan Gohman3afda6e2008-10-21 03:24:31 +00002
Chris Lattner402135f2008-10-21 03:49:19 +00003define i64 @foo() nounwind {
Dan Gohman3afda6e2008-10-21 03:24:31 +00004 ret i64 0
5}