Really remove this option.
[oota-llvm.git] / 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);