Skip to content
Commit 45ffb1eb authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent a47294ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment