Silence warnings about -1 being converted to an unsigned value.
Also, pass true for isSigned even when creating constants for unsigned comparisons, because the point is to create an all-ones constant, rather than UINT64_MAX, even for integers wider than 64 bits. llvm-svn: 102946
Loading
Please register or sign in to comment