In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / PowerPC / 2004-11-30-shift-crash.ll
blob93a91234b707ffe39da2a8f604b6bc70894ceba9
1 ; RUN: llvm-as < %s | llc -march=ppc32
3 define void @main() {
4         %tr4 = shl i64 1, 0             ; <i64> [#uses=0]
5         ret void