[X86] Remove stale comment about FixupBWInsts pass being off by default. NFC

llvm-svn: 279915
This commit is contained in:
Craig Topper 2016-08-27 05:26:54 +00:00
parent 225da2cb84
commit ed71f04abb
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ using namespace llvm;
#define DEBUG_TYPE FIXUPBW_NAME
// Option to allow this optimization pass to have fine-grained control.
// This is turned off by default so as not to affect a large number of
// existing lit tests.
static cl::opt<bool>
FixupBWInsts("fixup-byte-word-insts",
cl::desc("Change byte and word instructions to larger sizes"),