Skip to content
Commit 1c89ca72 authored by Evan Cheng's avatar Evan Cheng
Browse files

Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one...

Don't do: "(X & 4) >> 1 == 2  --> (X & 4) == 4" if there are more than one uses of the shift result.

llvm-svn: 50118
parent 6efdf1dd
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