Really remove this option.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 26 Sep 2009 02:49:49 +0000 (02:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 26 Sep 2009 02:49:49 +0000 (02:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82838 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMTargetMachine.cpp

index 2e137e5ce8b4ccad234f38e0b481455546fa0759..293b542849492e9be657ac44dbf4cb4807f58e52 100644 (file)
@@ -22,9 +22,6 @@
 #include "llvm/Target/TargetRegistry.h"
 using namespace llvm;
 
-static cl::opt<bool> DisableIfConversion("disable-arm-if-conversion",cl::Hidden,
-                              cl::desc("Disable if-conversion pass"));
-
 static const MCAsmInfo *createMCAsmInfo(const Target &T,
                                         const StringRef &TT) {
   Triple TheTriple(TT);