Disable loop index split for now and let nightly tester verify its usefulness.

llvm-svn: 74955
This commit is contained in:
Devang Patel 2009-07-07 22:09:42 +00:00
parent 87d4f309f5
commit 64eafd43ff
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ namespace llvm {
PM->add(createLoopRotatePass()); // Rotate Loop
PM->add(createLICMPass()); // Hoist loop invariants
PM->add(createLoopUnswitchPass(OptimizeSize));
PM->add(createLoopIndexSplitPass()); // Split loop index
PM->add(createInstructionCombiningPass());
PM->add(createIndVarSimplifyPass()); // Canonicalize indvars
PM->add(createLoopDeletionPass()); // Delete dead loops