OSDN Git Service

Factor the calculation details for PostDomTree out of PostDominators.cpp and
authorOwen Anderson <resistor@mac.com>
Sun, 23 Sep 2007 22:21:00 +0000 (22:21 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 23 Sep 2007 22:21:00 +0000 (22:21 +0000)
commit04fa56932052f416ea911fe65615ebecbf154f6d
tree3bbbaf59940ec5a05edaffe8093b55c72fc4fda0
parenteefb31094f2481815884afba0076eadbf89045f1
Factor the calculation details for PostDomTree out of PostDominators.cpp and
into a separate header file.

Next step: merging PostDominatorCalculation.h with DominatorCalculation.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42251 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/PostDominators.h
lib/Analysis/PostDominatorCalculation.h [new file with mode: 0644]
lib/Analysis/PostDominators.cpp