[cfe-commits] r41314 - /cfe/trunk/test/CodeGen/complex.c

Chris Lattner sabre at nondot.org
Wed Aug 22 22:47:53 PDT 2007


Author: lattner
Date: Thu Aug 23 00:47:53 2007
New Revision: 41314

URL: http://llvm.org/viewvc/llvm-project?rev=41314&view=rev
Log:
this test is passing, though it is generating bogus code at the moment.

Modified:
    cfe/trunk/test/CodeGen/complex.c

Modified: cfe/trunk/test/CodeGen/complex.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/complex.c?rev=41314&r1=41313&r2=41314&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/complex.c (original)
+++ cfe/trunk/test/CodeGen/complex.c Thu Aug 23 00:47:53 2007
@@ -1,5 +1,4 @@
 // RUN: clang -emit-llvm %s
-// XFAIL: *
 
 int main(void)
 {





More information about the cfe-commits mailing list