summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-08-27 05:26:54 +0000
committerCraig Topper <craig.topper@gmail.com>2016-08-27 05:26:54 +0000
commited71f04abb915c282b2622f70839e1d2a7437eae (patch)
tree4bfa01d3aa9b7a9ec1ef102a7e362401707e599c /llvm/lib/Target
parent225da2cb84105206892774b0bee2a5bb9156ff3e (diff)
downloadbcm5719-llvm-ed71f04abb915c282b2622f70839e1d2a7437eae.tar.gz
bcm5719-llvm-ed71f04abb915c282b2622f70839e1d2a7437eae.zip
[X86] Remove stale comment about FixupBWInsts pass being off by default. NFC
llvm-svn: 279915
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86FixupBWInsts.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86FixupBWInsts.cpp b/llvm/lib/Target/X86/X86FixupBWInsts.cpp
index 281d2b3cc5f..05772a806a3 100644
--- a/llvm/lib/Target/X86/X86FixupBWInsts.cpp
+++ b/llvm/lib/Target/X86/X86FixupBWInsts.cpp
@@ -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"),
OpenPOWER on IntegriCloud