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
1 file changed
tree: 9b14c7ccca6451217eebe1877c9fc83be858015c
  1. llvm/