From: Kazu Hirata Date: Mon, 16 May 2005 18:45:55 +0000 (+0000) Subject: * tree-ssa-pre.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbf6f1cf02a65c8f2d9fdca2c04025f46190eaa2;p=gcc.git * tree-ssa-pre.c: Fix a comment typo. From-SVN: r99787 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 46317a76eda..9353bdb3a35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-16 Kazu Hirata + + * tree-ssa-pre.c: Fix a comment typo. + 2005-05-16 Richard Henderson PR target/21556 diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index 859bf096210..183b2cd9cfe 100644 --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -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 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 operands, so you can't access purpose/value/chain through TREE_OPERAND macros. */