The 64-bit constructor for ConstantInt changes from int64_t to uint64_t.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 19:33:52 +0000 (19:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 19:33:52 +0000 (19:33 +0000)
commit62aa905595187823bd16f83986d6091fec9f1938
tree3dbc65327e7ad7a3f0bb774a368e903e3c7a2a39
parentc7cd7a0bb1debf6e71c71e63c595059a306177dd
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
lib/Transforms/Scalar/InstructionCombining.cpp