forked from OSchip/llvm-project
[llvm-mca] Remove unused flag -verbose. NFC
I forgot to remove it at r329794. llvm-svn: 330757
This commit is contained in:
parent
27bc83e228
commit
ba625f0a86
|
@ -131,10 +131,6 @@ static cl::opt<unsigned> TimelineMaxCycles(
|
|||
"Maximum number of cycles in the timeline view. Defaults to 80 cycles"),
|
||||
cl::init(80));
|
||||
|
||||
static cl::opt<bool> PrintModeVerbose("verbose",
|
||||
cl::desc("Enable verbose output"),
|
||||
cl::init(false));
|
||||
|
||||
static cl::opt<bool> AssumeNoAlias(
|
||||
"noalias",
|
||||
cl::desc("If set, it assumes that loads and stores do not alias"),
|
||||
|
|
Loading…
Reference in New Issue