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

Fix two bugs: one where a condition was mistakenly swapped, and another

where we folded (X & 254) -> X < 1 instead of X < 2.  These problems were
latent problems exposed by the latest patch.

llvm-svn: 16528
parent 5f9319a7
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