[llvm-commits] CVS: llvm/lib/Target/X86/X86CodeEmitter.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Mon Jun 16 16:55:06 PDT 2003


Changes in directory llvm/lib/Target/X86:

X86CodeEmitter.cpp updated: 1.28 -> 1.29

---
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/Target/X86/X86CodeEmitter.cpp
diff -u llvm/lib/Target/X86/X86CodeEmitter.cpp:1.28 llvm/lib/Target/X86/X86CodeEmitter.cpp:1.29
--- llvm/lib/Target/X86/X86CodeEmitter.cpp:1.28	Fri Jun  6 13:25:33 2003
+++ llvm/lib/Target/X86/X86CodeEmitter.cpp	Mon Jun 16 16:54:00 2003
@@ -13,7 +13,7 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/Value.h"
 #include "Support/Statistic.h"
-#include <alloca.h>
+#include "Support/Alloca.h"
 
 namespace {
   Statistic<>





More information about the llvm-commits mailing list