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
..
2007-02-15 03:39:18 +00:00
2007-02-15 02:26:10 +00:00
2007-02-15 03:39:18 +00:00
2007-02-15 02:26:10 +00:00