diff options
author | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-25 13:09:28 +0000 |
---|---|---|
committer | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-25 13:09:28 +0000 |
commit | 81943faa41ebf431930486cfef403394f82ed48a (patch) | |
tree | 8b5b49f632a0f146fd0c27574ef045f4371c7e64 /gcc/tree-inline.c | |
parent | af3e7bf6417363b2dcb5b41aad91fab34c395a6e (diff) | |
download | gcc-81943faa41ebf431930486cfef403394f82ed48a.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161380 138bc75d-0d04-0410-961f-82ee72b054a4
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 bbbaa40d15e..f446fa7c55c 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. */ |