Reid Spencer 62aa905595 The 64-bit constructor for ConstantInt changes from int64_t to uint64_t.
This caused a warning for construction with -1. Avoid the warning by using
-1ULL instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34796 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-01 19:33:52 +00:00
..
2006-12-19 22:24:09 +00:00
2007-02-18 22:10:58 +00:00
2007-02-03 23:15:56 +00:00