[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Sep 15 02:09:01 PDT 2002


Changes in directory llvm/lib/CodeGen/RegAlloc:

PhyRegAlloc.cpp updated: 1.75 -> 1.76

---
Log message:

RegAllocCommon no longer includes CommandLine.h so we have to include it
here.


---
Diffs of the changes:

Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.75 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.76
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.75	Sat Sep 14 18:05:33 2002
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp	Sun Sep 15 02:07:55 2002
@@ -19,6 +19,7 @@
 #include "llvm/Type.h"
 #include "llvm/iOther.h"
 #include "Support/STLExtras.h"
+#include "Support/CommandLine.h"
 #include <math.h>
 using std::cerr;
 using std::vector;





More information about the llvm-commits mailing list