mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 18:40:15 +08:00
Clarify comment.
From-SVN: r39320
This commit is contained in:
parent
14e2799a89
commit
64b9f19994
@ -343,8 +343,8 @@ copy_body_r (tp, walk_subtrees, data)
|
||||
&& nonstatic_local_decl_p (TREE_OPERAND (*tp, 0))
|
||||
&& DECL_CONTEXT (TREE_OPERAND (*tp, 0)) == fn)
|
||||
{
|
||||
/* Assignments like a = a; don't generate any rtl code
|
||||
and don't count as variable modification. Avoid
|
||||
/* Some assignments VAR = VAR; don't generate any rtl code
|
||||
and thus don't count as variable modification. Avoid
|
||||
keeping bogosities like 0 = 0. */
|
||||
tree decl = TREE_OPERAND (*tp, 0), value;
|
||||
splay_tree_node n;
|
||||
|
Loading…
Reference in New Issue
Block a user