1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll

7 lines
110 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
2004-11-30 07:35:52 +01:00
void %main() {
%tr1 = shr uint 1, ubyte 0
ret void
}