summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/align.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-25 00:54:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-25 00:54:13 +0000
commit75652a6f2b15d5ad59b1a703576ac1c1fcaae93b (patch)
tree4d004693ba07a7e27240b6826d19c1f60823e79f /llvm/test/CodeGen/PowerPC/align.ll
parent19c46329dd641ddedc2429c3819015bb46c34398 (diff)
downloadbcm5719-llvm-75652a6f2b15d5ad59b1a703576ac1c1fcaae93b.tar.gz
bcm5719-llvm-75652a6f2b15d5ad59b1a703576ac1c1fcaae93b.zip
Attempt to unbreak test on Linux. Chris, please check.
llvm-svn: 94399
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/align.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/align.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/align.ll b/llvm/test/CodeGen/PowerPC/align.ll
index e619faa7517..2e9b4ec0782 100644
--- a/llvm/test/CodeGen/PowerPC/align.ll
+++ b/llvm/test/CodeGen/PowerPC/align.ll
@@ -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]
OpenPOWER on IntegriCloud