summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/private.ll
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
commit1c88efff020fcb8828f33ca27e93bc7a3c57d79d (patch)
treee23fcfd5bb964b30e60c57187daf75d154fe49a7 /test/CodeGen/PowerPC/private.ll
parenteadf04992aea8d3efbc89d8e5920044d7a652e22 (diff)
downloadllvm-1c88efff020fcb8828f33ca27e93bc7a3c57d79d.tar.gz
llvm-1c88efff020fcb8828f33ca27e93bc7a3c57d79d.tar.bz2
llvm-1c88efff020fcb8828f33ca27e93bc7a3c57d79d.tar.xz
Add -march=ppc32 lines so that this test doesn't ever default to ppc64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/private.ll')
-rw-r--r--test/CodeGen/PowerPC/private.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/private.ll b/test/CodeGen/PowerPC/private.ll
index 8efe431f47..2ec91a8657 100644
--- a/test/CodeGen/PowerPC/private.ll
+++ b/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