summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-08-05 02:47:13 +0000
committerBob Wilson <bob.wilson@apple.com>2009-08-05 02:47:13 +0000
commit85f60cc5a83fa133dc7f8adad5e114a92b82b0b5 (patch)
tree792bc506140826dead4379041f830b7862d882f4
parent1f7b549c793ed7acfa45587daf693460fe2e6848 (diff)
downloadbcm5719-llvm-85f60cc5a83fa133dc7f8adad5e114a92b82b0b5.tar.gz
bcm5719-llvm-85f60cc5a83fa133dc7f8adad5e114a92b82b0b5.zip
Oops. I didn't mean to commit this piece yet.
llvm-svn: 78146
-rw-r--r--llvm/lib/Target/ARM/ARMTargetMachine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.cpp b/llvm/lib/Target/ARM/ARMTargetMachine.cpp
index ff0b1d3c712..a6e987b086b 100644
--- a/llvm/lib/Target/ARM/ARMTargetMachine.cpp
+++ b/llvm/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));
OpenPOWER on IntegriCloud