[llvm-commits] CVS: llvm/tools/bugpoint/SystemUtils.cpp

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


Changes in directory llvm/tools/bugpoint:

SystemUtils.cpp updated: 1.3 -> 1.4

---
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/tools/bugpoint/SystemUtils.cpp
diff -u llvm/tools/bugpoint/SystemUtils.cpp:1.3 llvm/tools/bugpoint/SystemUtils.cpp:1.4
--- llvm/tools/bugpoint/SystemUtils.cpp:1.3	Wed Jan 29 12:15:34 2003
+++ llvm/tools/bugpoint/SystemUtils.cpp	Mon Jun 16 16:54:01 2003
@@ -10,7 +10,7 @@
 #include <fstream>
 #include <iostream>
 #include <cstdlib>
-#include <alloca.h>
+#include "Support/Alloca.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>





More information about the llvm-commits mailing list