The recalclulate method was a nasty hack that was once used by the -cee pass,
authorChris Lattner <sabre@nondot.org>
Sun, 7 Dec 2003 00:55:32 +0000 (00:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Dec 2003 00:55:32 +0000 (00:55 +0000)
commiteae45cf44bd1b9ddbb69865f1d46689e57e03417
tree0dba2acd87f980f3a702385ce9ca4a5355667be6
parent16addf87bf331645de63575aa15627c74b9cab66
The recalclulate method was a nasty hack that was once used by the -cee pass,
which never worked itself.  The cee pass still doesn't work, but it doesn't use
this method anymore anyway, so eliminate the method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10302 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
lib/VMCore/Dominators.cpp