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:
b018a1e
)
Oops. I didn't mean to commit this piece yet.
author
Bob Wilson
<bob.wilson@apple.com>
Wed, 5 Aug 2009 02:47:13 +0000
(
02:47
+0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Wed, 5 Aug 2009 02:47:13 +0000
(
02:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78146
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 ff0b1d3c71291d84f94fd832cd7af146da893412..a6e987b086b521e97ad5f04a739048875dd1ecc8 100644
(file)
--- a/
lib/Target/ARM/ARMTargetMachine.cpp
+++ b/
lib/Target/ARM/ARMTargetMachine.cpp
@@
-93,8
+93,6
@@
bool ARMBaseTargetMachine::addInstSelector(PassManagerBase &PM,
bool ARMBaseTargetMachine::addPreRegAlloc(PassManagerBase &PM,
CodeGenOpt::Level OptLevel) {
- // Call NEON pre-alloc pass here.
-
// FIXME: temporarily disabling load / store optimization pass for Thumb mode.
if (OptLevel != CodeGenOpt::None && !DisableLdStOpti && !Subtarget.isThumb())
PM.add(createARMLoadStoreOptimizationPass(true));