expr.c (expand_expr_real_1): Use straight-line flow.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 12 Jun 2013 08:17:58 +0000 (08:17 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 12 Jun 2013 08:17:58 +0000 (08:17 +0000)
commita53f90adbffa2ec9fae2b28c7dd33d1b923b5431
tree1ceb665c3456acaa5223368532097089feb9f4f2
parent50d029619a7d4fb588b7bccd1cb8d428c08b19f3
expr.c (expand_expr_real_1): Use straight-line flow.

* expr.c (expand_expr_real_1) <TARGET_MEM_REF>: Use straight-line flow.
<MEM_REF>: Use 'type' instead of TREE_TYPE (exp) and tidy up the first
part.  Use straight-line flow at the end.
<COMPONENT_REF>: Remove superfluous else.
<VIEW_CONVERT_EXPR>: Use 'type' instead of TREE_TYPE (exp).

From-SVN: r199986
gcc/ChangeLog
gcc/expr.c