]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P -> (T)A transform...
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 22 May 2014 14:32:56 +0000 (14:32 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 22 May 2014 14:32:56 +0000 (14:32 +0000)
commit1f9c420b7baf7f11963d3a264b4db96f8a7072c1
tree07d130da7dcd13846521f867398e508b7b88596c
parente3f0315f883341299b198872bf1289413e7515e7
tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P -> (T)A transformation to integer types.

* tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
-> (T)A transformation to integer types.

From-SVN: r210807
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt37.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt37.ads [new file with mode: 0644]
gcc/tree-ssa-forwprop.c