On Thu, Jun 30, 2011 at 8:01 PM, Kai Tietz wrote:
> Hello,
>
> this patch fixes a typo in type-sinking for bitwise-binary operation X op CST.
>
> ChangeLog gcc/
>
> 2011-06-30 Kai Tietz
>
> * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
>
> ChangeLog gcc/testsuite
>
> 2011-06
Hello,
this patch fixes a typo in type-sinking for bitwise-binary operation X op CST.
ChangeLog gcc/
2011-06-30 Kai Tietz
* tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
ChangeLog gcc/testsuite
2011-06-30 Kai Tietz
* gcc.dg/tree-ssa/bitwise-sink.c: New test.