Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 78f7d49

Browse files
committed
[PHIElimination] Use the same name for DEBUG_TYPE and pass name.
In an attempt to reduce the confusion. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302742 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3ba25d2 commit 78f7d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CodeGen/PHIElimination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <algorithm>
3535
using namespace llvm;
3636

37-
#define DEBUG_TYPE "phielim"
37+
#define DEBUG_TYPE "phi-node-elimination"
3838

3939
static cl::opt<bool>
4040
DisableEdgeSplitting("disable-phi-elim-edge-splitting", cl::init(false),

0 commit comments

Comments
 (0)