diff options
Diffstat (limited to 'contrib/llvm/lib/CodeGen/AllocationOrder.cpp')
| -rw-r--r-- | contrib/llvm/lib/CodeGen/AllocationOrder.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm/lib/CodeGen/AllocationOrder.cpp b/contrib/llvm/lib/CodeGen/AllocationOrder.cpp index 3fa1f8ff206c..dc9bcff56121 100644 --- a/contrib/llvm/lib/CodeGen/AllocationOrder.cpp +++ b/contrib/llvm/lib/CodeGen/AllocationOrder.cpp @@ -14,7 +14,6 @@  //  //===----------------------------------------------------------------------===// -#define DEBUG_TYPE "regalloc"  #include "AllocationOrder.h"  #include "llvm/CodeGen/MachineFunction.h"  #include "llvm/CodeGen/MachineRegisterInfo.h" @@ -25,6 +24,8 @@  using namespace llvm; +#define DEBUG_TYPE "regalloc" +  // Compare VirtRegMap::getRegAllocPref().  AllocationOrder::AllocationOrder(unsigned VirtReg,                                   const VirtRegMap &VRM,  | 
