[llvm-commits] [llvm] r39773 - in /llvm/trunk/test/CodeGen/PowerPC: 2006-01-20-ShiftPartsCrash.ll 2006-08-15-SelectionCrash.ll or-addressing-mode.ll
Gabor Greif
ggreif at gmail.com
Thu Jul 12 06:21:09 PDT 2007
Author: ggreif
Date: Thu Jul 12 08:21:08 2007
New Revision: 39773
URL: http://llvm.org/viewvc/llvm-project?rev=39773&view=rev
Log:
fix the remaining 3 testcases that missed a target triple
Modified:
llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll
llvm/trunk/test/CodeGen/PowerPC/or-addressing-mode.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=39773&r1=39772&r2=39773&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll Thu Jul 12 08:21:08 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8
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=39773&r1=39772&r2=39773&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll Thu Jul 12 08:21:08 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8
%struct..0anon = type { int }
%struct.rtx_def = type { ushort, ubyte, ubyte, [1 x %struct..0anon] }
Modified: llvm/trunk/test/CodeGen/PowerPC/or-addressing-mode.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/or-addressing-mode.ll?rev=39773&r1=39772&r2=39773&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/or-addressing-mode.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/or-addressing-mode.ll Thu Jul 12 08:21:08 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc | not grep ori
-; RUN: llvm-upgrade < %s | llvm-as | llc | not grep rlwimi
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8 | not grep ori
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8 | not grep rlwimi
int %test1(sbyte* %P) { ;; or -> lwzx
%tmp.2.i = cast sbyte* %P to uint
More information about the llvm-commits
mailing list