simplify some code and rename some variables. Reduce nesting.
authorChris Lattner <sabre@nondot.org>
Sat, 29 Nov 2008 08:51:16 +0000 (08:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Nov 2008 08:51:16 +0000 (08:51 +0000)
commit25a081439f2c48a384c69ba8ad5e9ae005f4cf10
tree78df9d75cc86c743a8810ade5e1337904be3c2d7
parentb9cf75a15f6738be99a98f15cb6c2669f06d0ddf
simplify some code and rename some variables.  Reduce nesting.
Use getTypeStoreSize instead of ABITypeSize for in-memory size
in a couple places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60238 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryDependenceAnalysis.cpp