projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8981572
)
Really remove this option.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 26 Sep 2009 02:49:49 +0000
(
02:49
+0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMTargetMachine.cpp
b/lib/Target/ARM/ARMTargetMachine.cpp
index 2e137e5ce8b4ccad234f38e0b481455546fa0759..293b542849492e9be657ac44dbf4cb4807f58e52 100644
(file)
--- 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);