aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/parameter-passing.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-24 03:59:09 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-24 03:59:09 +0000
commit04631c303ab98c8a21ff3e940fe1987a5a79858c (patch)
tree2aa787408ef9beb94d53c5c82de71ccf50ba14f0 /test/CodeGen/parameter-passing.c
parent129369dae809264afb2b81174593c155e369930b (diff)
Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532."
According to r166543, it is not needed for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/parameter-passing.c')
-rw-r--r--test/CodeGen/parameter-passing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/parameter-passing.c b/test/CodeGen/parameter-passing.c
index 95a07f5258..e48815b966 100644
--- a/test/CodeGen/parameter-passing.c
+++ b/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;