Implement ~x ^ const -> x ^ ~const and ~(x ^ const) -> x ^ ~const.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Sep 2007 20:29:40 +0000 (20:29 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Sep 2007 20:29:40 +0000 (20:29 +0000)
commit24feef2f7979015d8064a17cdede5bc6340d0a14
tree17a4e4b785a25f62dabc73ee1be83171e904d68a
parenta13207a1f0b16484d0dea9a32c953f3d1fa30c46
Implement ~x ^ const -> x ^ ~const and ~(x ^ const) -> x ^ ~const.

[r15888]
ir/ir/iropt.c