Oops. I didn't mean to commit this piece yet.

llvm-svn: 78146
This commit is contained in:
Bob Wilson 2009-08-05 02:47:13 +00:00
parent 9b8516d864
commit 15c5c15ccb

View File

@ -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));