[llvm-commits] [llvm] r94399 - /llvm/trunk/test/CodeGen/PowerPC/align.ll
Daniel Dunbar
daniel at zuster.org
Sun Jan 24 16:54:13 PST 2010
Author: ddunbar
Date: Sun Jan 24 18:54:13 2010
New Revision: 94399
URL: http://llvm.org/viewvc/llvm-project?rev=94399&view=rev
Log:
Attempt to unbreak test on Linux. Chris, please check.
Modified:
llvm/trunk/test/CodeGen/PowerPC/align.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/align.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/align.ll?rev=94399&r1=94398&r2=94399&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/align.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/align.ll Sun Jan 24 18:54:13 2010
@@ -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]
More information about the llvm-commits
mailing list