1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll

7 lines
115 B
LLVM
Raw Normal View History

2008-03-09 01:32:10 +01:00
; RUN: llvm-as < %s | llc -march=ppc32
define void @test() {
%tr1 = lshr i32 1, 0 ; <i32> [#uses=0]
2004-11-30 07:35:52 +01:00
ret void
}
2008-03-09 01:32:10 +01:00