mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Attempt to unbreak test on Linux. Chris, please check.
llvm-svn: 94399
This commit is contained in:
parent
003c6aca1c
commit
c1df55e99c
@ -1,8 +1,8 @@
|
||||
; RUN: llc < %s -march=ppc32 | \
|
||||
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
|
||||
; RUN: grep align.4 | count 1
|
||||
; RUN: llc < %s -march=ppc32 | \
|
||||
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
|
||||
; RUN: grep align.2 | count 1
|
||||
; RUN: llc < %s -march=ppc32 | \
|
||||
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
|
||||
; RUN: grep align.3 | count 1
|
||||
|
||||
@A = global <4 x i32> < i32 10, i32 20, i32 30, i32 40 > ; <<4 x i32>*> [#uses=0]
|
||||
|
Loading…
Reference in New Issue
Block a user