diff options
| author | John McCall <rjmccall@apple.com> | 2010-03-04 04:29:44 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2010-03-04 04:29:44 +0000 |
| commit | 731be6620c31885916ed767037f44ee757a5504f (patch) | |
| tree | b328e501c677a63553be745770b8f86dfc77d319 /clang/test/CodeGen/parameter-passing.c | |
| parent | 61076e1d87d660e0510ff7268f8f7e7ce82fc78b (diff) | |
| download | bcm5719-llvm-731be6620c31885916ed767037f44ee757a5504f.tar.gz bcm5719-llvm-731be6620c31885916ed767037f44ee757a5504f.zip | |
Revert changes r97693, r97700, and r97718.
Our testing framework can't deal with disabled targets yet.
llvm-svn: 97719
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 bde452afe3a..e48815b9661 100644 --- a/clang/test/CodeGen/parameter-passing.c +++ b/clang/test/CodeGen/parameter-passing.c @@ -5,8 +5,6 @@ // We also check _Bool and empty structures, as these can have annoying // corner cases. -// XFAIL: win32 - // RUN: %clang_cc1 %s -triple i386-unknown-unknown -O3 -emit-llvm -o %t // RUN: not grep '@g0' %t |

