[llvm-commits] [llvm] r39803 - in /llvm/trunk/test/CodeGen/PowerPC: 2006-01-20-ShiftPartsCrash.ll 2006-08-15-SelectionCrash.ll

Gabor Greif ggreif at gmail.com
Fri Jul 13 03:08:18 PDT 2007


Author: ggreif
Date: Fri Jul 13 05:08:18 2007
New Revision: 39803

URL: http://llvm.org/viewvc/llvm-project?rev=39803&view=rev
Log:
these tests do not need a triple on Solaris. Thanks sabre!

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
    llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll?rev=39803&r1=39802&r2=39803&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll Fri Jul 13 05:08:18 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8
+; RUN: llvm-upgrade < %s | llvm-as | llc
 
 void %iterative_hash_host_wide_int() {
 	%zero = alloca int		        ; <int*> [#uses=2]

Modified: llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll?rev=39803&r1=39802&r2=39803&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll Fri Jul 13 05:08:18 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8
+; RUN: llvm-upgrade < %s | llvm-as | llc
 
 	%struct..0anon = type { int }
 	%struct.rtx_def = type { ushort, ubyte, ubyte, [1 x %struct..0anon] }





More information about the llvm-commits mailing list