Simplify this code, and avoid using APInt(). This fixes
authorDan Gohman <gohman@apple.com>
Mon, 29 Jun 2009 18:25:52 +0000 (18:25 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 29 Jun 2009 18:25:52 +0000 (18:25 +0000)
commit23737e04235b6cab4c51546887397a9e53bf757c
tree4b7d7c3dce0282c4c668b100a2b9cb5a87442684
parent9917700af4e773b8269b6751014da490c914c524
Simplify this code, and avoid using APInt(). This fixes
(otherwise harmless) uninitialized value warnings that
Duncan found with gcc-4.4.

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