2005-08-02 Richard Guenther <rguenther@suse.de>
PR tree-optimization/23177
* tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
on TMR_TAG.
From-SVN: r102654
+2005-08-02 Richard Guenther <rguenther@suse.de>
+
+ PR tree-optimization/23177
+ * tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
+ on TMR_TAG.
+
2005-08-02 James A. Morrison <phython@gcc.gnu.org>
PR tree-optimization/23129
}
if (tag)
- add_stmt_operand (&tag, stmt_ann (stmt), flags);
+ get_expr_operands (stmt, &tag, flags);
else
/* Something weird, so ensure that we will be careful. */
stmt_ann (stmt)->has_volatile_ops = true;