[llvm-commits] CVS: llvm-gcc/gcc/cp/init.c

Andrew Lenharth alenhar2 at cs.uiuc.edu
Thu Feb 24 14:16:15 PST 2005



Changes in directory llvm-gcc/gcc/cp:

init.c updated: 1.2 -> 1.3
---
Log message:

init.c won't compile without being able to resolve EMIT_LLVM

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

 init.c |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-gcc/gcc/cp/init.c
diff -u llvm-gcc/gcc/cp/init.c:1.2 llvm-gcc/gcc/cp/init.c:1.3
--- llvm-gcc/gcc/cp/init.c:1.2	Sat Feb 12 00:42:46 2005
+++ llvm-gcc/gcc/cp/init.c	Thu Feb 24 16:16:00 2005
@@ -34,6 +34,7 @@
 #include "output.h"
 #include "except.h"
 #include "toplev.h"
+#include "llvm-out.h"
 
 static bool begin_init_stmts (tree *, tree *);
 static tree finish_init_stmts (bool, tree, tree);






More information about the llvm-commits mailing list