Remove special casing of pointers and treat them generically as integers of
authorChris Lattner <sabre@nondot.org>
Wed, 21 Jul 2004 04:27:24 +0000 (04:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Jul 2004 04:27:24 +0000 (04:27 +0000)
commite8a7e593e6caf0d9ecaac24033bc886081949181
treece14814737782ebd745642124485f46fc4eb4ee9
parentbb8f43c8fcac4688f25c6d3a46651a0b1893eb03
Remove special casing of pointers and treat them generically as integers of
the appopriate size.  This gives us the ability to eliminate int -> ptr -> int

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