summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-02-19 21:47:02 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-02-19 21:47:02 +0000
commitd5cfe7d0040ae9ca32c22bb388faa5503c123880 (patch)
tree39de443355e865373c7f9b69ba1d51335f1631c0 /llvm
parent8982e3b0630e22ccd6fd4a5b1c4c6b1f03051c39 (diff)
downloadbcm5719-llvm-d5cfe7d0040ae9ca32c22bb388faa5503c123880.tar.gz
bcm5719-llvm-d5cfe7d0040ae9ca32c22bb388faa5503c123880.zip
Fix test case.
llvm-svn: 34427
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll b/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
index 6b08148e72f..8f415d1f222 100644
--- a/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
+++ b/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 'stw r3, 32751' &&
-; RUN: llvm-as < %s | llc -march=ppc64 | grep 'stw r3, 32751' &&
-; RUN: llvm-as < %s | llc -march=ppc64 | grep 'std r2, 9024' &&
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin | grep 'stw r3, 32751' &&
+; RUN: llvm-as < %s | llc -march=ppc64 -mtriple=powerpc-apple-darwin | grep 'stw r3, 32751' &&
+; RUN: llvm-as < %s | llc -march=ppc64 -mtriple=powerpc-apple-darwin | grep 'std r2, 9024' &&
; RUN: llvm-as < %s | llc
define void @test() {
OpenPOWER on IntegriCloud