diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-10-26 17:40:50 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-10-26 17:40:50 +0000 |
commit | 77360858947233335d88f2fe9e698f3c06eb6d58 (patch) | |
tree | 6b27ff5733e41cbcb57718104c0bc984a6484dfe /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e3d821a4664bc793a32166eb5ea9319c70ee7f9a (diff) | |
download | bcm5719-llvm-77360858947233335d88f2fe9e698f3c06eb6d58.tar.gz bcm5719-llvm-77360858947233335d88f2fe9e698f3c06eb6d58.zip |
LoopSimplify: Preserve DependenceAnalysis.
This is currently true, but may change when DA grows more aggressive caching.
Without this setting it's impossible to use DA from a LoopPass because DA is a
function pass and cannot be properly scheduled in between LoopPasses. The
LoopManager reacts to this with an infinite loop which made this really annoying
to debug.
llvm-svn: 166788
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions