diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:21:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:21:34 +0000 |
commit | 1007f033d4dd6636f62a9417d1d844fb52ddedb6 (patch) | |
tree | 217d382399aaff658eb6192fae350e209b926e85 /llvm/lib/CodeGen/RegAllocSimple.cpp | |
parent | 5a0c4c6aa541ee3c73e063481ff7864115068abd (diff) | |
download | bcm5719-llvm-1007f033d4dd6636f62a9417d1d844fb52ddedb6.tar.gz bcm5719-llvm-1007f033d4dd6636f62a9417d1d844fb52ddedb6.zip |
Move DEBUG to Debug.h
llvm-svn: 7497
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocSimple.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp index 31b637496cf..4d286d9952e 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> |