Add an indication of signedness to the uint64_t constructor so sign bits
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:36:48 +0000 (20:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:36:48 +0000 (20:36 +0000)
commit95da1213958b63c6a5ef65107bf8c3b6a07d3ffb
tree9059311c1ebfa0bf06084e3d3f988e61fb352bfb
parent4a33714dcd1210ff2f158e07ddf16330812c14ab
Add an indication of signedness to the uint64_t constructor so sign bits
can be extended. This helps fix test/Assembler/2007-03-19-NegValue.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35179 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h