No need to go through int64 and APInt when generating a new constant.
authorNadav Rotem <nrotem@apple.com>
Thu, 7 Mar 2013 06:34:49 +0000 (06:34 +0000)
committerNadav Rotem <nrotem@apple.com>
Thu, 7 Mar 2013 06:34:49 +0000 (06:34 +0000)
commit4d895455fe1bcc0bbfe1a0f18c01246694f64a9c
tree18cb95c7e65be25b07755654c29ab7dfe1398450
parent34fd0d2b93edb3ddefe5c5766073273f86b23b78
No need to go through int64 and APInt when generating a new constant.

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