Reid Spencer 67f827ce5b Revise the store V, (cast P) -> store (cast V) -> P transform.
We only want to do this if the src and destination types have the same
bit width. This patch uses TargetData::getTypeSizeInBits() instead of
making a special case for integer types and avoiding the transform if
they don't match.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33414 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-20 23:35:48 +00:00
..
2007-01-19 21:13:56 +00:00
2007-01-17 02:48:45 +00:00
2007-01-12 07:05:14 +00:00
2007-01-19 21:13:56 +00:00
2007-01-20 20:44:38 +00:00