* tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
commit552821b4031e780f378dc45e31193cd37e1c95b7
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2016 20:41:01 +0000 (25 20:41 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2016 20:41:01 +0000 (25 20:41 +0000)
tree793a264e2566b1ca06cd1bc77b31678385a44bf6
parent0113f3c5d823ccc99b6d3247d68f17d940635d38
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236748 138bc75d-0d04-0410-961f-82ee72b054a4
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