* expr.c (expand_expr_real_1) <TARGET_MEM_REF>: Use straight-line flow.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2013 08:17:58 +0000 (08:17 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2013 08:17:58 +0000 (08:17 +0000)
commite9b152974632d5f7c0303e03da34bb4077f37b8e
tree1ceb665c3456acaa5223368532097089feb9f4f2
parent273d40848fbe57658b32989f64a8311fad3bae80
* 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).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199986 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c