summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-22 22:08:31 +0000
committerDan Gohman <gohman@apple.com>2009-07-22 22:08:31 +0000
commitcdbef5f2c0fd02c0844f6f8e8dbe684cc15ee7b0 (patch)
tree96fa6303582571ad2a5c4e7fee3ffccbfc09db90 /llvm/test
parent1a7ba62e3a99b7b0adcc41c7cceeb777e4e1e355 (diff)
downloadbcm5719-llvm-cdbef5f2c0fd02c0844f6f8e8dbe684cc15ee7b0.tar.gz
bcm5719-llvm-cdbef5f2c0fd02c0844f6f8e8dbe684cc15ee7b0.zip
Add -march=ppc32 lines so that this test doesn't ever default to ppc64.
llvm-svn: 76805
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/PowerPC/private.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/private.ll b/llvm/test/CodeGen/PowerPC/private.ll
index 8efe431f47f..2ec91a86570 100644
--- a/llvm/test/CodeGen/PowerPC/private.ll
+++ b/llvm/test/CodeGen/PowerPC/private.ll
@@ -1,7 +1,7 @@
; Test to make sure that the 'private' is used correctly.
;
-; RUN: llvm-as < %s | llc -mtriple=powerpc-unknown-linux-gnu | FileCheck %s -check-prefix=LINUX
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=DARWIN
+; RUN: llvm-as < %s | llc -mtriple=powerpc-unknown-linux-gnu -march=ppc32 | FileCheck %s -check-prefix=LINUX
+; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin -march=ppc32 | FileCheck %s -check-prefix=DARWIN
define private void @foo() nounwind {
ret void
OpenPOWER on IntegriCloud