Revert r72025. It is possible for clients to convert between signed types
authorDan Gohman <gohman@apple.com>
Mon, 18 May 2009 18:55:39 +0000 (18:55 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 18 May 2009 18:55:39 +0000 (18:55 +0000)
commit16899a205638b81be8537526e34ad35ce3472299
tree3587cb6f9d8ac1e5c943082c979837ea7a8eb2f2
parentd4083e5a91cb0d951d11e7682b1d6b341f5d0c60
Revert r72025. It is possible for clients to convert between signed types
and pointer types safely if they only do so when the sizes are the same.
llvm-gcc is such a client.

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