Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No
[oota-llvm.git] / test / CodeGen / PowerPC / 2004-11-29-ShrCrash.ll
1 ; RUN: llvm-as < %s | llc -march=ppc32
2 define void @test() {
3         %tr1 = lshr i32 1, 0            ; <i32> [#uses=0]
4         ret void
5 }
6