commit | 1007f033d4dd6636f62a9417d1d844fb52ddedb6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 01 22:21:34 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 01 22:21:34 2003 +0000 |
tree | 217d382399aaff658eb6192fae350e209b926e85 | |
parent | 5a0c4c6aa541ee3c73e063481ff7864115068abd [diff] [blame] |
Move DEBUG to Debug.h llvm-svn: 7497
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp index 31b6374..4d286d9 100644 --- a/llvm/lib/CodeGen/RegAllocSimple.cpp +++ b/llvm/lib/CodeGen/RegAllocSimple.cpp
@@ -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>