[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLocal.cpp RegAllocSimple.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 1 17:22:15 PDT 2003


Changes in directory llvm/lib/CodeGen:

RegAllocLocal.cpp updated: 1.16 -> 1.17
RegAllocSimple.cpp updated: 1.39 -> 1.40

---
Log message:

Move DEBUG to Debug.h


---
Diffs of the changes:

Index: llvm/lib/CodeGen/RegAllocLocal.cpp
diff -u llvm/lib/CodeGen/RegAllocLocal.cpp:1.16 llvm/lib/CodeGen/RegAllocLocal.cpp:1.17
--- llvm/lib/CodeGen/RegAllocLocal.cpp:1.16	Mon May 26 19:05:17 2003
+++ llvm/lib/CodeGen/RegAllocLocal.cpp	Fri Aug  1 17:21:34 2003
@@ -13,8 +13,9 @@
 #include "llvm/CodeGen/LiveVariables.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "Support/Statistic.h"
 #include "Support/CommandLine.h"
+#include "Support/Debug.h"
+#include "Support/Statistic.h"
 #include <iostream>
 
 namespace {


Index: llvm/lib/CodeGen/RegAllocSimple.cpp
diff -u llvm/lib/CodeGen/RegAllocSimple.cpp:1.39 llvm/lib/CodeGen/RegAllocSimple.cpp:1.40
--- llvm/lib/CodeGen/RegAllocSimple.cpp:1.39	Mon May 26 19:05:17 2003
+++ llvm/lib/CodeGen/RegAllocSimple.cpp	Fri Aug  1 17:21:34 2003
@@ -14,6 +14,7 @@
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
+#include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include <iostream>
 





More information about the llvm-commits mailing list