OSDN Git Service

Reorganize some code to make it clearer, avoid a few uninitialized memory
authorReid Spencer <rspencer@reidspencer.com>
Wed, 21 Feb 2007 08:21:52 +0000 (08:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 21 Feb 2007 08:21:52 +0000 (08:21 +0000)
commite0cdd3349df98cb886d9b24351f9116a9a11c5f8
tree6e098663d1558cd24b5c8375da0981295e8563e5
parent122c05571141b695d9683b3fb4ce060e1ea1c009
Reorganize some code to make it clearer, avoid a few uninitialized memory
reads, and reduce the number of temporary APInt instances we construct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34467 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp