Simplify code using convertFromZeroExtendedInteger with an APInt
authorDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:27:13 +0000 (01:27 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:27:13 +0000 (01:27 +0000)
commit628240649267597f3f27a51ab046b5841c24a953
treee2995ea62dcb695efa7e31ec5b9115e5d5d9ea44
parent93c276e1c92da03ce9805fd3f3814b5e9b8cd57c
Simplify code using convertFromZeroExtendedInteger with an APInt
by using the new convertFromAPInt directly.

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