Do not use the same variable name for two different variables in the
authorChris Lattner <sabre@nondot.org>
Thu, 14 Oct 2004 14:59:16 +0000 (14:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Oct 2004 14:59:16 +0000 (14:59 +0000)
commit979c38ba207cf2383b761f2bdd09146b05573239
treef3146c18b6ba4b5a338a229bdc09bfe33f535601
parent15f47878e43fe8a3f22631f72a4d242322f66555
Do not use the same variable name for two different variables in the
same scope.  This confused VC++ (and probably people too!).  Patch by
Morten Ofstad!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16985 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/PostDominators.cpp