* tree-ssa-pre.c: Fix a comment typo.
From-SVN: r99787
This commit is contained in:
parent
5e2b4439e1
commit
bbf6f1cf02
@ -1,3 +1,7 @@
|
|||||||
|
2005-05-16 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* tree-ssa-pre.c: Fix a comment typo.
|
||||||
|
|
||||||
2005-05-16 Richard Henderson <rth@redhat.com>
|
2005-05-16 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
PR target/21556
|
PR target/21556
|
||||||
|
@ -2022,7 +2022,7 @@ create_value_expr_from (tree expr, basic_block block, tree stmt)
|
|||||||
|
|
||||||
/* This case is only for TREE_LIST's that appear as part of
|
/* This case is only for TREE_LIST's that appear as part of
|
||||||
CALL_EXPR's. Anything else is a bug, but we can't easily verify
|
CALL_EXPR's. Anything else is a bug, but we can't easily verify
|
||||||
this, hence tihs comment. TREE_LIST is not handled by the
|
this, hence this comment. TREE_LIST is not handled by the
|
||||||
general case below is because they don't have a fixed length, or
|
general case below is because they don't have a fixed length, or
|
||||||
operands, so you can't access purpose/value/chain through
|
operands, so you can't access purpose/value/chain through
|
||||||
TREE_OPERAND macros. */
|
TREE_OPERAND macros. */
|
||||||
|
Loading…
Reference in New Issue
Block a user