BFI: Improve assertion message, since it's actually firing
[oota-llvm.git] / lib / CodeGen / AllocationOrder.cpp
index 3fa1f8ff206cdf0373efc6867e0e5ccbb724a9f8..dc9bcff56121df781682186dfb86c307c8762288 100644 (file)
@@ -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,