Use the new convertFromAPInt instead of convertFromZeroExtendedInteger,
authorDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:44:25 +0000 (01:44 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:44:25 +0000 (01:44 +0000)
commitc7773bf90ee4398ccdeb847db6330cf4507b832b
tree1dc7a7ba459d505b9bfc154378cdd76961788729
parent37a9ca5bc580e2a8c602a819a0ebdee1d205f1af
Use the new convertFromAPInt instead of convertFromZeroExtendedInteger,
which allows more of the surrounding arithmetic to be done with APInt
instead of uint64_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp