[llvm] r279915 - [X86] Remove stale comment about FixupBWInsts pass being off by default. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 22:26:54 PDT 2016
Author: ctopper
Date: Sat Aug 27 00:26:54 2016
New Revision: 279915
URL: http://llvm.org/viewvc/llvm-project?rev=279915&view=rev
Log:
[X86] Remove stale comment about FixupBWInsts pass being off by default. NFC
Modified:
llvm/trunk/lib/Target/X86/X86FixupBWInsts.cpp
Modified: llvm/trunk/lib/Target/X86/X86FixupBWInsts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FixupBWInsts.cpp?rev=279915&r1=279914&r2=279915&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86FixupBWInsts.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FixupBWInsts.cpp Sat Aug 27 00:26:54 2016
@@ -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"),
More information about the llvm-commits
mailing list