diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-07-06 11:11:27 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-07-06 11:11:27 +0000 |
commit | 102bab77ef7c408108111a5bd0bdc0ea6799f3e5 (patch) | |
tree | 5bd9de256130011574023576fab26a54bde67949 | |
parent | 577c530fe29b6fc8f65ef0ff5b9f194a51a68d82 (diff) |
clang/test/CodeGen/fp-contract.c: It requires ppc32!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159816 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/fp-contract.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/fp-contract.c b/test/CodeGen/fp-contract.c index c048d69586..eb95f1e217 100644 --- a/test/CodeGen/fp-contract.c +++ b/test/CodeGen/fp-contract.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -O3 -ffp-contract=fast -triple=powerpc-apple-darwin10 -S -o - %s | FileCheck %s +// REQUIRES: ppc32-registered-target float fma_test1(float a, float b, float c) { // CHECK: fmadds |