[llvm-commits] CVS: llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 22 21:28:32 PST 2006



Changes in directory llvm-test/SingleSource/Regression/C:

2004-08-12-InlinerAndAllocas.c updated: 1.3 -> 1.4
---
Log message:

xfail does nothing in llvm-test, besides, this passes :)


---
Diffs of the changes:  (+0 -1)

 2004-08-12-InlinerAndAllocas.c |    1 -
 1 files changed, 1 deletion(-)


Index: llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c
diff -u llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c:1.3 llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c:1.4
--- llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c:1.3	Tue Jan 17 11:46:46 2006
+++ llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c	Sun Jan 22 23:28:20 2006
@@ -1,6 +1,5 @@
 // A compiler cannot inline Callee into main unless it is prepared to reclaim
 // the stack memory allocated in it.
-// XFAIL: *
 
 #ifdef __FreeBSD__
 #include <stdlib.h>






More information about the llvm-commits mailing list