1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Loop Rotation pass preserves dominator tree and frontier.

llvm-svn: 40603
This commit is contained in:
Devang Patel 2007-07-30 20:22:53 +00:00
parent 2e8466c22a
commit 84144042b2

View File

@ -62,6 +62,8 @@ namespace {
AU.addPreserved<LoopInfo>();
AU.addRequiredID(LoopSimplifyID);
AU.addPreservedID(LoopSimplifyID);
AU.addPreserved<DominatorTree>();
AU.addPreserved<DominanceFrontier>();
}
// Helper functions