Commit 64b9f199 by Jakub Jelinek

Clarify comment.

From-SVN: r39320
parent 14e2799a
...@@ -343,8 +343,8 @@ copy_body_r (tp, walk_subtrees, data) ...@@ -343,8 +343,8 @@ copy_body_r (tp, walk_subtrees, data)
&& nonstatic_local_decl_p (TREE_OPERAND (*tp, 0)) && nonstatic_local_decl_p (TREE_OPERAND (*tp, 0))
&& DECL_CONTEXT (TREE_OPERAND (*tp, 0)) == fn) && DECL_CONTEXT (TREE_OPERAND (*tp, 0)) == fn)
{ {
/* Assignments like a = a; don't generate any rtl code /* Some assignments VAR = VAR; don't generate any rtl code
and don't count as variable modification. Avoid and thus don't count as variable modification. Avoid
keeping bogosities like 0 = 0. */ keeping bogosities like 0 = 0. */
tree decl = TREE_OPERAND (*tp, 0), value; tree decl = TREE_OPERAND (*tp, 0), value;
splay_tree_node n; splay_tree_node n;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment