diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-23 05:47:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-23 05:47:53 +0000 |
commit | 725c6a42794f7784995e0c6cd98a6583e9385a87 (patch) | |
tree | 82db862c7f3de4a2339ed4805afd9808a0f6e78d /clang/test/CodeGen/complex.c | |
parent | fc1c44ac7d557fc6180c3637fa8b4b6b12e27149 (diff) | |
download | bcm5719-llvm-725c6a42794f7784995e0c6cd98a6583e9385a87.tar.gz bcm5719-llvm-725c6a42794f7784995e0c6cd98a6583e9385a87.zip |
this test is passing, though it is generating bogus code at the moment.
llvm-svn: 41314
Diffstat (limited to 'clang/test/CodeGen/complex.c')
-rw-r--r-- | clang/test/CodeGen/complex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/complex.c b/clang/test/CodeGen/complex.c index 894d9a63729..6c081dbd345 100644 --- a/clang/test/CodeGen/complex.c +++ b/clang/test/CodeGen/complex.c @@ -1,5 +1,4 @@ // RUN: clang -emit-llvm %s -// XFAIL: * int main(void) { |