Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / PowerPC / ispositive.ll
blob192d7384e953209e2ebe4d843b0110d86e4abf30
1 ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
2 ; RUN:   grep {srwi r3, r3, 31}
4 define i32 @test1(i32 %X) {
5 entry:
6         icmp slt i32 %X, 0              ; <i1>:0 [#uses=1]
7         zext i1 %0 to i32               ; <i32>:1 [#uses=1]
8         ret i32 %1