summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetMachine.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-26 02:49:49 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-26 02:49:49 +0000
commit72c158f90865852cd19aa8efb524ace74797fbba (patch)
tree572c5d33bbdcf8155c60f43eebaf18b6c4b3dc21 /lib/Target/ARM/ARMTargetMachine.cpp
parent8981572662300b97d166dacbfee188e463ff503c (diff)
downloadexternal_llvm-72c158f90865852cd19aa8efb524ace74797fbba.zip
external_llvm-72c158f90865852cd19aa8efb524ace74797fbba.tar.gz
external_llvm-72c158f90865852cd19aa8efb524ace74797fbba.tar.bz2
Really remove this option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMTargetMachine.cpp')
-rw-r--r--lib/Target/ARM/ARMTargetMachine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp
index 2e137e5..293b542 100644
--- a/lib/Target/ARM/ARMTargetMachine.cpp
+++ b/lib/Target/ARM/ARMTargetMachine.cpp
@@ -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);