When creating a ConstantRange for [n,UINT_MAX], special case n == 0, because
ConstantRange(0, 0) creates an empty range rather than a full one. llvm-svn: 100993
Loading
Please register or sign in to comment
ConstantRange(0, 0) creates an empty range rather than a full one. llvm-svn: 100993