[llvm-commits] CVS: llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
John Criswell
criswell at choi.cs.uiuc.edu
Mon Jun 23 14:08:33 PDT 2003
Changes in directory llvm/lib/CodeGen/InstrSelection:
InstrForest.cpp updated: 1.40 -> 1.40.2.1
---
Log message:
Initial autoconf checkin.
---
Diffs of the changes:
Index: llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.40 llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.40.2.1
--- llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.40 Sat Aug 24 16:02:09 2002
+++ llvm/lib/CodeGen/InstrSelection/InstrForest.cpp Mon Jun 23 14:07:05 2003
@@ -21,7 +21,7 @@
#include "llvm/Type.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
-#include <alloca.h>
+#include "Config/alloca.h"
using std::cerr;
using std::vector;
More information about the llvm-commits
mailing list