AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
[oota-llvm.git] / test / CodeGen / PowerPC / 2004-11-29-ShrCrash.ll
index e2a00d1e6e0f5e8e23dec97c001e8fe23b94a5fe..f95465cfc5370117a22272de825ace11c24b5dcd 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
-
-void %main() {
-       %tr1 = shr uint 1, ubyte 0
+; RUN: llc < %s -march=ppc32
+define void @test() {
+       %tr1 = lshr i32 1, 0            ; <i32> [#uses=0]
        ret void
 }
+