summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CGSCCPassManager.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-01-13 22:45:13 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-01-13 22:45:13 +0000
commit703378f15646e01193f2aaa0bbf876d27de4b78d (patch)
treef58e57a92737f8eee95b9460fb88b5b9f333f251 /llvm/lib/Analysis/CGSCCPassManager.cpp
parent14a759e3d99c341c70347800206762be1bc84b28 (diff)
downloadbcm5719-llvm-703378f15646e01193f2aaa0bbf876d27de4b78d.tar.gz
bcm5719-llvm-703378f15646e01193f2aaa0bbf876d27de4b78d.zip
[PM] Remove the defunt CGSCC-specific debug flag.
Even before I sunk the debug flag into the opt tool this had been made obsolete by factoring the pass and analysis managers into a single set of templates that all used the core flag. No functionality changed here. llvm-svn: 225842
Diffstat (limited to 'llvm/lib/Analysis/CGSCCPassManager.cpp')
-rw-r--r--llvm/lib/Analysis/CGSCCPassManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Analysis/CGSCCPassManager.cpp b/llvm/lib/Analysis/CGSCCPassManager.cpp
index 659e37b4d62..4a03002e510 100644
--- a/llvm/lib/Analysis/CGSCCPassManager.cpp
+++ b/llvm/lib/Analysis/CGSCCPassManager.cpp
@@ -13,10 +13,6 @@
using namespace llvm;
-static cl::opt<bool>
- DebugPM("debug-cgscc-pass-manager", cl::Hidden,
- cl::desc("Print CGSCC pass management debugging information"));
-
char CGSCCAnalysisManagerModuleProxy::PassID;
CGSCCAnalysisManagerModuleProxy::Result
OpenPOWER on IntegriCloud