diff options
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; |