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. llvm-svn: 34796
Loading
Please register or sign in to comment
This caused a warning for construction with -1. Avoid the warning by using -1ULL instead. llvm-svn: 34796