mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 11:56:12 +03:00
Upgrade to LLVM-2.9. Thanks to David Nadlinger for the patch.
This commit is contained in:
parent
3bfc0a04d8
commit
b26b0f4196
15 changed files with 221 additions and 250 deletions
|
@ -183,7 +183,6 @@ static void addPassesForOptLevel(PassManager& pm) {
|
|||
addPass(pm, createLoopRotatePass());
|
||||
addPass(pm, createLICMPass());
|
||||
addPass(pm, createLoopUnswitchPass());
|
||||
addPass(pm, createLoopIndexSplitPass());
|
||||
addPass(pm, createInstructionCombiningPass());
|
||||
addPass(pm, createIndVarSimplifyPass());
|
||||
addPass(pm, createLoopDeletionPass());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue