diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-09-15 04:47:06 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-09-15 04:47:06 +0000 |
commit | 94fe01bf2d1d17df859cf19bb422a104c0290030 (patch) | |
tree | 5d7adcf2ccb8a6e3282d918b3be5866ef298c4b1 | |
parent | 6cfb85cb1788021c45cf7717ed5ff733b9c5f21f (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.ll | 2 |
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: |