Fix a bug where we incorrectly turned '(X & 0) == 0' into '(X & 0) >> -1',
which is undefined. "0" isn't a power of 2. llvm-svn: 30947
Loading
Please register or sign in to comment
which is undefined. "0" isn't a power of 2. llvm-svn: 30947