summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2016-08-26 22:32:57 +0000
committerQuentin Colombet <qcolombet@apple.com>2016-08-26 22:32:57 +0000
commit1d0cb6f1070e2e3526bc59ad4dc824b149e580af (patch)
tree05e6b7f82a3fdc80b70485ff46b9a2c3e49b2c9c /llvm/lib/CodeGen
parente063e1f68a43354795a626b6546c50ade038437e (diff)
downloadbcm5719-llvm-1d0cb6f1070e2e3526bc59ad4dc824b149e580af.tar.gz
bcm5719-llvm-1d0cb6f1070e2e3526bc59ad4dc824b149e580af.zip
[IRTranslator][NFC] Use DEBUG_TYPE instead of repeating the name.
llvm-svn: 279878
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp b/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
index 36150c6c444..88659598f1b 100644
--- a/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
+++ b/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
@@ -30,7 +30,7 @@
using namespace llvm;
char IRTranslator::ID = 0;
-INITIALIZE_PASS(IRTranslator, "irtranslator", "IRTranslator LLVM IR -> MI",
+INITIALIZE_PASS(IRTranslator, DEBUG_TYPE, "IRTranslator LLVM IR -> MI",
false, false)
IRTranslator::IRTranslator() : MachineFunctionPass(ID), MRI(nullptr) {
OpenPOWER on IntegriCloud