Simplify some code by moving variable declarations into the only block that
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Feb 2007 23:30:10 +0000 (23:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Feb 2007 23:30:10 +0000 (23:30 +0000)
commit4ecd9ee061cc23c523236c30c9b6102ead59ec4f
treef652c57bed513ebad845849e7b6173604024dd83
parentf734ea21a37e27862ccf7570c2c64ad904568234
Simplify some code by moving variable declarations into the only block that
uses them.

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