forked from OSchip/llvm-project
[PHIElimination] Use the same name for DEBUG_TYPE and pass name.
In an attempt to reduce the confusion. llvm-svn: 302742
This commit is contained in:
parent
1ced7e12fe
commit
1e8c59a8ac
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue