Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:39:08 +0000 (20:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 20:39:08 +0000 (20:39 +0000)
commit7fc44c8c5fb0efd6c909f4e306ad516df88e93e1
treef930dbc9fbd26b0b446c2781c1303d67e2eb8e95
parent3a341375487e4a296821edbcebafd289d55d119b
Allow ConstantInt::get(Ty, uint64_t) to interpret the 64-bit values as a
negative number. This is needed to fix test/Assembler/2007-03-19-NegValue.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35181 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/VMCore/Constants.cpp