Factor some code from the DomTree and PostDomTree calculate methods up into
[oota-llvm.git] / lib / Analysis / PostDominatorCalculation.h
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-28 Owen AndersonRemove unneeded #include.
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-25 Duncan SandsAdd a newline to the end of this file.
2007-09-24 Owen AndersonMerge significant portions of the DomTree and PostDomTr...
2007-09-23 Owen AndersonFactor the calculation details for PostDomTree out...