Use the 'regalloc' debug tag for most register allocator tracing.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 7 Jan 2012 07:39:47 +0000 (07:39 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 7 Jan 2012 07:39:47 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147725 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/VirtRegMap.cpp

index 9ee7c0b537e93f282c198b2dbd950653832f9cc6..549e1a225a606a042aa2bb23f729c0f2ca43adec 100644 (file)
@@ -15,7 +15,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "liveintervals"
+#define DEBUG_TYPE "regalloc"
 #include "llvm/CodeGen/LiveIntervalAnalysis.h"
 #include "VirtRegMap.h"
 #include "llvm/Value.h"
index cd181cd2c5b68489a0be1c1f9443915fc2b5c411..7dd070ca1d396ba2cff8c78c637ea5f00379eab0 100644 (file)
@@ -13,7 +13,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "regcoalescing"
+#define DEBUG_TYPE "regalloc"
 #include "RegisterCoalescer.h"
 #include "LiveDebugVariables.h"
 #include "RegisterClassInfo.h"
index 35834aa205c5a2ce2e6a2db65e3427644cfbea84..4b2bdca30f501d36db3cea0e5905f3e3fab83600 100644 (file)
@@ -16,7 +16,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "virtregmap"
+#define DEBUG_TYPE "regalloc"
 #include "VirtRegMap.h"
 #include "llvm/Function.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"