[llvm-commits] CVS: llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 17 09:46:57 PST 2006
Changes in directory llvm-test/SingleSource/Regression/C:
2004-08-12-InlinerAndAllocas.c updated: 1.2 -> 1.3
---
Log message:
The old f-e doesn't insert the required llvm.stacksave/stackrestore intrinsics.
---
Diffs of the changes: (+1 -0)
2004-08-12-InlinerAndAllocas.c | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c
diff -u llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c:1.2 llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c:1.3
--- llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c:1.2 Tue Mar 8 09:51:08 2005
+++ llvm-test/SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c Tue Jan 17 11:46:46 2006
@@ -1,5 +1,6 @@
// 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