diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-06-25 13:09:28 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2010-06-25 13:09:28 +0000 |
commit | 129473197de2fcc13154db476a610dd596a81fdb (patch) | |
tree | 8b5b49f632a0f146fd0c27574ef045f4371c7e64 /gcc/tree-inline.c | |
parent | 8aa29647d374a66e695423659a6607ec63c4675a (diff) | |
download | gcc-129473197de2fcc13154db476a610dd596a81fdb.zip gcc-129473197de2fcc13154db476a610dd596a81fdb.tar.gz gcc-129473197de2fcc13154db476a610dd596a81fdb.tar.bz2 |
re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment)
2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR 44665
* tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
* gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
(gimplify_expr): Likewise.
From-SVN: r161380
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index bbbaa40..f446fa7 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -4022,7 +4022,7 @@ expand_call_inline (basic_block bb, gimple stmt, copy_body_data *id) /* Expand call statements reachable from STMT_P. We can only have CALL_EXPRs as the "toplevel" tree code or nested - in a MODIFY_EXPR. See tree-gimple.c:get_call_expr_in(). We can + in a MODIFY_EXPR. See gimple.c:get_call_expr_in(). We can unfortunately not use that function here because we need a pointer to the CALL_EXPR, not the tree itself. */ |