Completely merge the implementation details of DomTree and PostDomTree.
authorOwen Anderson <resistor@mac.com>
Wed, 3 Oct 2007 21:25:45 +0000 (21:25 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 3 Oct 2007 21:25:45 +0000 (21:25 +0000)
commit9cb7f49ee9d8c77f5ae82e36befde2b3094fdd02
treea16682ccafa8412bcc9b98478298877bf47259ba
parent9c8a9af5afb5459fb7949d4468c5a2abe02baf2c
Completely merge the implementation details of DomTree and PostDomTree.

Also, add a FIXME for a bug in PostDomTree calculation I noticed while writing this,

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42593 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DominatorInternals.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/PostDominators.h
lib/Analysis/PostDominatorCalculation.h [deleted file]
lib/Analysis/PostDominators.cpp
lib/VMCore/DominatorCalculation.h [deleted file]
lib/VMCore/Dominators.cpp