[GV] Remove dead code which is really difficult to decipher.
authorShuxin Yang <shuxin.llvm@gmail.com>
Thu, 2 May 2013 21:14:31 +0000 (21:14 +0000)
committerShuxin Yang <shuxin.llvm@gmail.com>
Thu, 2 May 2013 21:14:31 +0000 (21:14 +0000)
commit556dd3a9a9068337a84e3ba32253a10cd1ab67dc
treead3ed5403dbb496f648d9fd651e50798dc4751e3
parent2900535e65683a74c01659c9776f78a8070798b5
[GV] Remove dead code which is really difficult to decipher.

Actually it took me couple of hours trying to make sense of them and
only to find they are dead code.  I guess the original author used
"allSingleSucc" to indicate if there are any critial edge emanating
from some blocks, and tried to perform code motion (actually speculation)
in the presence of these critical edges; but later on he/she changed mind
and decided to perform edge-splitting first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp