diff options
Diffstat (limited to 'test/CodeGen/parameter-passing.c')
-rw-r--r-- | test/CodeGen/parameter-passing.c | 2 |
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; |