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

7 lines
105 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=ppc32
2008-03-09 01:32:10 +01:00
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