Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / 2004-11-29-ShrCrash.ll
blobf95465cfc5370117a22272de825ace11c24b5dcd
1 ; RUN: llc < %s -march=ppc32
2 define void @test() {
3         %tr1 = lshr i32 1, 0            ; <i32> [#uses=0]
4         ret void