Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / long-compare.ll
blob94c2526cf5b9fcce1a7345d2e279be64cfbb11f5
1 ; RUN: llc < %s -march=ppc32 | grep cntlzw 
2 ; RUN: llc < %s -march=ppc32 | not grep xori 
3 ; RUN: llc < %s -march=ppc32 | not grep {li }
4 ; RUN: llc < %s -march=ppc32 | not grep {mr }
6 define i1 @test(i64 %x) {
7   %tmp = icmp ult i64 %x, 4294967296
8   ret i1 %tmp