fix the remaining 3 testcases that missed a target triple

llvm-svn: 39773
This commit is contained in:
Gabor Greif 2007-07-12 13:21:08 +00:00
parent bdc69595d9
commit 1ef777cbb4
3 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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] }

View File

@ -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