Use the new APInt-enabled form of getConstant instead of converting
authorDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:41:59 +0000 (01:41 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:41:59 +0000 (01:41 +0000)
commitc6f9a06238daebd41620ccc795f289c607393f00
tree6543a7324d53e6da24d046c5b2ad9ecf55b00c83
parentcf609575ef6e47cd5ce775af175c67a3b621120e
Use the new APInt-enabled form of getConstant instead of converting
an APInt into a uint64_t to call getConstant.

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