mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
Oops. I didn't mean to commit this piece yet.
llvm-svn: 78146
This commit is contained in:
parent
9b8516d864
commit
15c5c15ccb
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user