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 | a11136b16c6c3cf26fc6185447458a1c4b300107 (patch) | |
tree | 2dbde22dbe118af1d5875c29e7f994c46e411dd0 /lib/CodeGen/RegAllocLocal.cpp | |
parent | 84b7f8d334d413c34ac7d6c6a2750d9f40e320fc (diff) |
Move DEBUG to Debug.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLocal.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index fed05b7dbb..1338b821a1 100644 --- a/lib/CodeGen/RegAllocLocal.cpp +++ b/lib/CodeGen/RegAllocLocal.cpp @@ -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 { |