[llvm-commits] CVS: llvm/lib/CodeGen/InstrSelection/InstrForest.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Jun 16 16:55:04 PDT 2003
Changes in directory llvm/lib/CodeGen/InstrSelection:
InstrForest.cpp updated: 1.40 -> 1.41
---
Log message:
Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
so that we can easily change its use to be conditional on the result of
an autoconf test later.
---
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.41
--- llvm/lib/CodeGen/InstrSelection/InstrForest.cpp:1.40 Sat Aug 24 16:02:09 2002
+++ llvm/lib/CodeGen/InstrSelection/InstrForest.cpp Mon Jun 16 16:53:59 2003
@@ -21,7 +21,7 @@
#include "llvm/Type.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
-#include <alloca.h>
+#include "Support/Alloca.h"
using std::cerr;
using std::vector;
More information about the llvm-commits
mailing list