mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[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
c4d21ee61b
commit
7287db86c5
@ -34,7 +34,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
#define DEBUG_TYPE "phielim"
|
#define DEBUG_TYPE "phi-node-elimination"
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
DisableEdgeSplitting("disable-phi-elim-edge-splitting", cl::init(false),
|
DisableEdgeSplitting("disable-phi-elim-edge-splitting", cl::init(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user