[llvm-mca] Remove unused flag -verbose. NFC

I forgot to remove it at r329794.

llvm-svn: 330757
This commit is contained in:
Andrea Di Biagio 2018-04-24 19:14:56 +00:00
parent 27bc83e228
commit ba625f0a86
1 changed files with 0 additions and 4 deletions

View File

@ -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"),