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/altivec.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/altivec.c')
-rw-r--r-- | clang/test/CodeGen/altivec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/altivec.c b/clang/test/CodeGen/altivec.c index c25d9f4445d..29823031b56 100644 --- a/clang/test/CodeGen/altivec.c +++ b/clang/test/CodeGen/altivec.c @@ -1,4 +1,3 @@ -// REQUIRES: powerpc-registered-target // RUN: %clang_cc1 -faltivec -triple powerpc-unknown-unknown -emit-llvm %s -o - | FileCheck %s // Check initialization |