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/gimplify.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/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index a374bda..e1660a3 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -534,7 +534,7 @@ lookup_tmp_var (tree val, bool is_formal) /* Return true if T is a CALL_EXPR or an expression that can be - assignmed to a temporary. Note that this predicate should only be + assigned to a temporary. Note that this predicate should only be used during gimplification. See the rationale for this in gimplify_modify_expr. */ @@ -6509,7 +6509,7 @@ gimplify_omp_atomic (tree *expr_p, gimple_seq *pre_p) GIMPLE_TEST_F points to a function that takes a tree T and returns nonzero if T is in the GIMPLE form requested by the - caller. The GIMPLE predicates are in tree-gimple.c. + caller. The GIMPLE predicates are in gimple.c. FALLBACK tells the function what sort of a temporary we want if gimplification cannot produce an expression that complies with |