summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-03 21:47:31 +0000
committerChris Lattner <sabre@nondot.org>2003-08-03 21:47:31 +0000
commit74e4e9b44fd446e1dc411d151be815ca4a264044 (patch)
treee87e6dfdcbf74ad093b34a4b606a2d4841cb0860 /llvm/lib
parent36639019419218cca439d8f484e3a314e4c7d998 (diff)
downloadbcm5719-llvm-74e4e9b44fd446e1dc411d151be815ca4a264044.tar.gz
bcm5719-llvm-74e4e9b44fd446e1dc411d151be815ca4a264044.zip
Set debug types
llvm-svn: 7533
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/RegAllocLocal.cpp1
-rw-r--r--llvm/lib/CodeGen/RegAllocSimple.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLocal.cpp b/llvm/lib/CodeGen/RegAllocLocal.cpp
index f465c6ba75a..1b7547cbe0b 100644
--- a/llvm/lib/CodeGen/RegAllocLocal.cpp
+++ b/llvm/lib/CodeGen/RegAllocLocal.cpp
@@ -5,6 +5,7 @@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "regalloc"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp
index 4d286d9952e..cb08986d143 100644
--- a/llvm/lib/CodeGen/RegAllocSimple.cpp
+++ b/llvm/lib/CodeGen/RegAllocSimple.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "regalloc"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
OpenPOWER on IntegriCloud