In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / X86 / compare-add.ll
blobaa69a31a48fc27f95f811204dd0a8365675b96ff
1 ; RUN: llvm-as < %s | llc -march=x86 | not grep add
3 define i1 @X(i32 %X) {
4         %Y = add i32 %X, 14             ; <i32> [#uses=1]
5         %Z = icmp ne i32 %Y, 12345              ; <i1> [#uses=1]
6         ret i1 %Z