tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove redundant test and...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 25 May 2016 20:41:01 +0000 (20:41 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 25 May 2016 20:41:01 +0000 (20:41 +0000)
commita88a7b22c9d0df1068bdc92522ea805d0edf676f
tree793a264e2566b1ca06cd1bc77b31678385a44bf6
parent125f02edbd9384baf312f2bb0bbbcf435a65cd18
tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove redundant test and bail out if the type of the new operand is not a...

* tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
redundant test and bail out if the type of the new operand is not
a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.

From-SVN: r236748
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt55.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/opt55.ads [new file with mode: 0644]
gcc/tree-ssa-phiopt.c