llvm-6502/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
Chris Lattner 8aca4b13a8 upgrade this test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48062 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-09 00:32:10 +00:00

7 lines
115 B
LLVM

; RUN: llvm-as < %s | llc -march=ppc32
define void @test() {
%tr1 = lshr i32 1, 0 ; <i32> [#uses=0]
ret void
}