aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-09-15 04:47:06 +0000
committerTanya Lattner <tonic@nondot.org>2007-09-15 04:47:06 +0000
commit94fe01bf2d1d17df859cf19bb422a104c0290030 (patch)
tree5d7adcf2ccb8a6e3282d918b3be5866ef298c4b1
parent6cfb85cb1788021c45cf7717ed5ff733b9c5f21f (diff)
Merge from mainline to fix make check error on x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_21@41978 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/PowerPC/fabs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/fabs.ll b/test/CodeGen/PowerPC/fabs.ll
index 9b7158f047..54e49b009a 100644
--- a/test/CodeGen/PowerPC/fabs.ll
+++ b/test/CodeGen/PowerPC/fabs.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {fabs f1, f1}
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
define double @fabs(double %f) {
entry: