Change ConstantSDNode to store an APInt instead of a uint64_t, and
authorDan Gohman <gohman@apple.com>
Fri, 8 Feb 2008 22:59:30 +0000 (22:59 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 8 Feb 2008 22:59:30 +0000 (22:59 +0000)
commit6394b099e836f56a937cdcc7332c9487b504ca68
tree28185f34de843851bd8e3fe1d9bdcf783fa2d03d
parent82ada54da02a0b2a977fdeb6782c8e5ab9a9b9ea
Change ConstantSDNode to store an APInt instead of a uint64_t, and
begin adding some methods to use it this way.

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