summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-01-07 07:39:47 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-01-07 07:39:47 +0000
commita8879087b5d5de48a8c07f8cc6742b4f2509bbab (patch)
treef036f8c436962d1336f33541d4cc5d6b53477b38 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
parent06f6c05d08866c733a565a895a78f304c649e561 (diff)
downloadbcm5719-llvm-a8879087b5d5de48a8c07f8cc6742b4f2509bbab.tar.gz
bcm5719-llvm-a8879087b5d5de48a8c07f8cc6742b4f2509bbab.zip
Use the 'regalloc' debug tag for most register allocator tracing.
llvm-svn: 147725
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 9ee7c0b537e..549e1a225a6 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -15,7 +15,7 @@
//
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "liveintervals"
+#define DEBUG_TYPE "regalloc"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "VirtRegMap.h"
#include "llvm/Value.h"
OpenPOWER on IntegriCloud