From: Richard Kenner Date: Wed, 21 Jul 2004 01:15:17 +0000 (-0400) Subject: Fix typo in comment. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e28378a9a0becf189130f49c34ac8622d0f806b;p=platform%2Fupstream%2Fgcc.git Fix typo in comment. From-SVN: r84989 --- diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index c1c967a..7b9bb6d 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -932,7 +932,7 @@ get_expr_operands (tree stmt, tree *expr_p, int flags, voperands_t prev_vops) return; case WITH_SIZE_EXPR: - /* WITH_SIZE_EXPR is a pass-through reference to it's first argument, + /* WITH_SIZE_EXPR is a pass-through reference to its first argument, and an rvalue reference to its second argument. */ get_expr_operands (stmt, &TREE_OPERAND (expr, 1), opf_none, prev_vops); get_expr_operands (stmt, &TREE_OPERAND (expr, 0), flags, prev_vops);