llvm-6502/lib/Transforms
Shuxin Yang 556dd3a9a9 [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
2013-05-02 21:14:31 +00:00
..
Hello
InstCombine This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
Instrumentation This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
IPO This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
ObjCARC This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
Scalar [GV] Remove dead code which is really difficult to decipher. 2013-05-02 21:14:31 +00:00
Utils This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
Vectorize This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile