[PATCH] D26996: [StructurizeCFG] Add whitespace in getAnalysisUsage.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 15:24:07 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL287720: [StructurizeCFG] Add whitespace in getAnalysisUsage. (authored by jlebar).
Changed prior to commit:
https://reviews.llvm.org/D26996?vs=78940&id=78963#toc
Repository:
rL LLVM
https://reviews.llvm.org/D26996
Files:
llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp
Index: llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp
===================================================================
--- llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp
+++ llvm/trunk/lib/Transforms/Scalar/StructurizeCFG.cpp
@@ -255,6 +255,7 @@
AU.addRequiredID(LowerSwitchID);
AU.addRequired<DominatorTreeWrapperPass>();
AU.addRequired<LoopInfoWrapperPass>();
+
AU.addPreserved<DominatorTreeWrapperPass>();
RegionPass::getAnalysisUsage(AU);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26996.78963.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161122/a76f7551/attachment.bin>
More information about the llvm-commits
mailing list