aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commit0e367e3f0866e9f690b307b4feefaec8d4a3bdfb (patch)
tree572c5d33bbdcf8155c60f43eebaf18b6c4b3dc21 /lib
parentc2bb61fd9699873daeba366e97019d660c4006ca (diff)
downloadexternal_llvm-0e367e3f0866e9f690b307b4feefaec8d4a3bdfb.zip
external_llvm-0e367e3f0866e9f690b307b4feefaec8d4a3bdfb.tar.gz
external_llvm-0e367e3f0866e9f690b307b4feefaec8d4a3bdfb.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')
-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);