diff options
| author | Alp Toker <alp@nuanti.com> | 2014-06-30 01:34:09 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-06-30 01:34:09 +0000 |
| commit | f082e73696f91b5bb9f18e4a36400d634cf99c9d (patch) | |
| tree | a5050e9a397c3661c300b59599e17ccdcc8de7a3 /clang/test/CodeGen/ppc64-complex-parms.c | |
| parent | 7b463d5a07a3f18710c5ec4a6f9e3392ffe7a85b (diff) | |
| download | bcm5719-llvm-f082e73696f91b5bb9f18e4a36400d634cf99c9d.tar.gz bcm5719-llvm-f082e73696f91b5bb9f18e4a36400d634cf99c9d.zip | |
Remove some incorrect test suppressions
These don't actually require any registered backend to run.
This commit tests the water with a handful of fixes for what is a more
widespread problem.
llvm-svn: 212008
Diffstat (limited to 'clang/test/CodeGen/ppc64-complex-parms.c')
| -rw-r--r-- | clang/test/CodeGen/ppc64-complex-parms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ppc64-complex-parms.c b/clang/test/CodeGen/ppc64-complex-parms.c index ec56f9f093b..fe3025a711b 100644 --- a/clang/test/CodeGen/ppc64-complex-parms.c +++ b/clang/test/CodeGen/ppc64-complex-parms.c @@ -1,4 +1,3 @@ -// REQUIRES: powerpc-registered-target // RUN: %clang_cc1 -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s float crealf(_Complex float); |

