summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-05-10 23:13:26 +0000
committerDavide Italiano <davide@freebsd.org>2017-05-10 23:13:26 +0000
commit1e8c59a8ac08095404b0208c54070945da5ff87d (patch)
treea874b53446b7dbb0c34bc6f26043c0bc9b3f2456 /llvm/lib/CodeGen
parent1ced7e12fea63758c8ffde518417b4ced8816528 (diff)
downloadbcm5719-llvm-1e8c59a8ac08095404b0208c54070945da5ff87d.tar.gz
bcm5719-llvm-1e8c59a8ac08095404b0208c54070945da5ff87d.zip
[PHIElimination] Use the same name for DEBUG_TYPE and pass name.
In an attempt to reduce the confusion. llvm-svn: 302742
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/PHIElimination.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.cpp b/llvm/lib/CodeGen/PHIElimination.cpp
index c67a25b888b..db2264b2439 100644
--- a/llvm/lib/CodeGen/PHIElimination.cpp
+++ b/llvm/lib/CodeGen/PHIElimination.cpp
@@ -34,7 +34,7 @@
#include <algorithm>
using namespace llvm;
-#define DEBUG_TYPE "phielim"
+#define DEBUG_TYPE "phi-node-elimination"
static cl::opt<bool>
DisableEdgeSplitting("disable-phi-elim-edge-splitting", cl::init(false),
OpenPOWER on IntegriCloud