SCCP doesn't actually preserve the CFG. It will delete and insert terminator
commit1672ab69e78a20e879df31eccf379b2c8d38653a
authorNick Lewycky <nicholas@mxc.ca>
Fri, 21 Jan 2011 08:38:09 +0000 (21 08:38 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 21 Jan 2011 08:38:09 +0000 (21 08:38 +0000)
tree8fdae6696199616b7998a703407db991e007a8aa
parente5b2c54e9a61a54d8e791ac547d0bc56d46743b2
SCCP doesn't actually preserve the CFG. It will delete and insert terminator
instructions.

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