diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-16 18:45:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-16 18:45:55 +0000 |
commit | bbf6f1cf02a65c8f2d9fdca2c04025f46190eaa2 (patch) | |
tree | e47f7cf94930eb199859538a6126caa43d5e64de /gcc/tree-ssa-pre.c | |
parent | 5e2b4439e1d2369e9e344eefe45b67d956f9118a (diff) | |
download | gcc-bbf6f1cf02a65c8f2d9fdca2c04025f46190eaa2.zip gcc-bbf6f1cf02a65c8f2d9fdca2c04025f46190eaa2.tar.gz gcc-bbf6f1cf02a65c8f2d9fdca2c04025f46190eaa2.tar.bz2 |
* tree-ssa-pre.c: Fix a comment typo.
From-SVN: r99787
Diffstat (limited to 'gcc/tree-ssa-pre.c')
-rw-r--r-- | gcc/tree-ssa-pre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index 859bf09..183b2cd 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. */ |