Change -1LL to -1ULL to silence a gcc warning about left shifting a negative...
Change -1LL to -1ULL to silence a gcc warning about left shifting a negative value. Fixes https://bugs.llvm.org/show_bug.cgi?id=33358 llvm-svn: 305924
Loading
Please sign in to comment