forked from OSchip/llvm-project
[X86] Remove stale comment about FixupBWInsts pass being off by default. NFC
llvm-svn: 279915
This commit is contained in:
parent
225da2cb84
commit
ed71f04abb
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue