tree-ssa-operands.c: Tidy whitespace.
authorDiego Novillo <dnovillo@redhat.com>
Fri, 3 Mar 2006 18:15:58 +0000 (18:15 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Fri, 3 Mar 2006 18:15:58 +0000 (13:15 -0500)
commit65ad7c6394a21ac825bda9f71ff75b8a4a9e759e
tree16f3f8d1de82d7a17cfb7a4318705370a27a5360
parente3860a7d0d01e98cb28b892e31adc940369fbc87
tree-ssa-operands.c: Tidy whitespace.

* tree-ssa-operands.c: Tidy whitespace.  Fix spelling.
(correct_use_link): Remove reference to get_stmt_operands.
(update_stmt_operands): Likewise.
(get_modify_expr_operands): New function factored out of
parse_ssa_operands and get_expr_operands.
Try to create V_MUST_DEFs for LHS by default.
(get_expr_operands) <case MODIFY_EXPR>: Call
get_modify_expr_operands.
<case ARRAY_RANGE_REF>: Handle together with ARRAY_REF.
<case BIT_FIELD_REF>: Clear opf_kill_def from FLAGS.
(parse_ssa_operands) <case MODIFY_EXPR>: Call
get_modify_expr_operands.

From-SVN: r111682
gcc/ChangeLog
gcc/tree-ssa-operands.c