Delete dead code. sext and zext can not turn integers into pointers. Further,
authorNick Lewycky <nicholas@mxc.ca>
Sun, 20 Sep 2009 02:11:47 +0000 (02:11 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 20 Sep 2009 02:11:47 +0000 (02:11 +0000)
commita80e9598caa568bfd56a6eb90cf4207c4752915d
tree9a8c8faddca63df27ca56294de35d41e489ec9fd
parent8a7a05814c70d84eace161d3eed07f5b5cfdd8d6
Delete dead code. sext and zext can not turn integers into pointers. Further,
the optimization described in the comment is only valid with target data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82353 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp