From ed71f04abb915c282b2622f70839e1d2a7437eae Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sat, 27 Aug 2016 05:26:54 +0000 Subject: [PATCH] [X86] Remove stale comment about FixupBWInsts pass being off by default. NFC llvm-svn: 279915 --- llvm/lib/Target/X86/X86FixupBWInsts.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Target/X86/X86FixupBWInsts.cpp b/llvm/lib/Target/X86/X86FixupBWInsts.cpp index 281d2b3..05772a8 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 FixupBWInsts("fixup-byte-word-insts", cl::desc("Change byte and word instructions to larger sizes"), -- 2.7.4