[llvm-commits] CVS: llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Jun 30 17:00:01 PDT 2003
Changes in directory llvm/lib/CodeGen/InstrSelection:
InstrForest.cpp updated: 1.43 -> 1.44
---
Log message:
Merged in autoconf branch. This provides configuration via the autoconf
system.
---
Diffs of the changes:
Index: llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.43 llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.44
--- llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.43 Mon Jun 16 17:29:09 2003
+++ llvm/lib/CodeGen/InstrSelection/InstrForest.cpp Mon Jun 30 16:58:44 2003
@@ -21,6 +21,7 @@
#include "llvm/Type.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
+#include "Config/alloca.h"
//------------------------------------------------------------------------
// class InstrTreeNode
More information about the llvm-commits
mailing list