Further improvements: refactoring code that does the same thing into one
authorBill Wendling <isanbard@gmail.com>
Thu, 3 Dec 2009 01:15:46 +0000 (01:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 3 Dec 2009 01:15:46 +0000 (01:15 +0000)
commitb8e675c3c1022b93b0b998afdbbeb81b1a004ecd
tree18b184350a226d02c03a6ddb0ba5b01f5f4da806
parentbf108bdee5fd6bde4386a0fc0908da18a7d103c0
Further improvements: refactoring code that does the same thing into one
function, converting "dyn_cast" to "cast", asserting the correct things, and
other general cleanups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90371 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetData.cpp