diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-24 03:59:09 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-24 03:59:09 +0000 |
| commit | f1f6e99c536c0c43b87680eaf10c571029edc892 (patch) | |
| tree | 14e00e7215c6806a3ab77bdfc28c5df65ded27f9 /clang/test/CodeGen/parameter-passing.c | |
| parent | dc06b2d39d23210b996ad9a1df8402fb732457f1 (diff) | |
| download | bcm5719-llvm-f1f6e99c536c0c43b87680eaf10c571029edc892.tar.gz bcm5719-llvm-f1f6e99c536c0c43b87680eaf10c571029edc892.zip | |
Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532."
According to r166543, it is not needed for now.
llvm-svn: 166544
Diffstat (limited to 'clang/test/CodeGen/parameter-passing.c')
| -rw-r--r-- | clang/test/CodeGen/parameter-passing.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/parameter-passing.c b/clang/test/CodeGen/parameter-passing.c index 95a07f5258f..e48815b9661 100644 --- a/clang/test/CodeGen/parameter-passing.c +++ b/clang/test/CodeGen/parameter-passing.c @@ -14,8 +14,6 @@ // RUN: %clang_cc1 %s -triple powerpc-unknown-unknown -O3 -emit-llvm -o %t // RUN: not grep '@g0' %t -// REQUIRES: ppc32-registered-target,x86-registered-target,x86-64-registered-target - typedef _Bool BoolTy; typedef int ScalarTy; typedef _Complex int ComplexTy; |

