When the coalescer is doing rematerializing, have it remove
[oota-llvm.git] / test / CodeGen / X86 / ret-i64-0.ll
1 ; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
2
3 define i64 @foo() {
4   ret i64 0
5 }