projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655ba9c
)
Fix typo in comment.
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 21 Jul 2004 01:15:17 +0000
(21:15 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 21 Jul 2004 01:15:17 +0000
(21:15 -0400)
From-SVN: r84989
gcc/tree-ssa-operands.c
patch
|
blob
|
history
diff --git
a/gcc/tree-ssa-operands.c
b/gcc/tree-ssa-operands.c
index c1c967a53a9f23f71e4ab9e7cef46cf0e551060c..7b9bb6db6ae55375c1ae3e6b8dd435eef8205d87 100644
(file)
--- 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);