mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +00:00
fix the remaining 3 testcases that missed a target triple
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca23e17adf
commit
fe20273427
@ -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]
|
||||
|
@ -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] }
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user