From 703378f15646e01193f2aaa0bbf876d27de4b78d Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 13 Jan 2015 22:45:13 +0000 Subject: [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 --- llvm/lib/Analysis/CGSCCPassManager.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Analysis/CGSCCPassManager.cpp') 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 - DebugPM("debug-cgscc-pass-manager", cl::Hidden, - cl::desc("Print CGSCC pass management debugging information")); - char CGSCCAnalysisManagerModuleProxy::PassID; CGSCCAnalysisManagerModuleProxy::Result -- cgit v1.2.3