Don't eliminate bitcast instructions that change the type of a pointer
authorNate Begeman <natebegeman@mac.com>
Mon, 31 Mar 2008 00:22:16 +0000 (00:22 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 31 Mar 2008 00:22:16 +0000 (00:22 +0000)
commit83ad90a779f8ce46d6923bc6f63aa15b83968efb
treef4a3fa7b8c2fc4d0a222c6c9278f930dc0eedd1d
parent4f678c36922d2537c1a81bd1946691f3acabd515
Don't eliminate bitcast instructions that change the type of a pointer

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