[llvm-commits] [llvm] r48062 - /llvm/trunk/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll

Chris Lattner sabre at nondot.org
Sat Mar 8 16:32:10 PST 2008


Author: lattner
Date: Sat Mar  8 18:32:10 2008
New Revision: 48062

URL: http://llvm.org/viewvc/llvm-project?rev=48062&view=rev
Log:
upgrade this test

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll?rev=48062&r1=48061&r2=48062&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll Sat Mar  8 18:32:10 2008
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
-
-void %main() {
-	%tr1 = shr uint 1, ubyte 0
+; RUN: llvm-as < %s | llc -march=ppc32
+define void @test() {
+	%tr1 = lshr i32 1, 0		; <i32> [#uses=0]
 	ret void
 }
+





More information about the llvm-commits mailing list