diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-11-23 12:44:51 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-11-23 12:44:51 +0100 |
commit | 956d615d66d06a9810000a5b7941be3ee1da7f8e (patch) | |
tree | c83ab08bf31cd219c19b4ce43217b5a462726223 /gcc/ipa-predicate.c | |
parent | 8d0d7a63019a7d67943d1867348673e3ca3dc824 (diff) | |
download | gcc-956d615d66d06a9810000a5b7941be3ee1da7f8e.zip gcc-956d615d66d06a9810000a5b7941be3ee1da7f8e.tar.gz gcc-956d615d66d06a9810000a5b7941be3ee1da7f8e.tar.bz2 |
ipa-fnsummary.c: Fix comment typos.
* ipa-fnsummary.c: Fix comment typos.
* ipa-ref.h: Likewise.
* ipa-predicate.h: Likewise.
* ipa-split.c: Likewise.
* ipa-inline-analysis.c: Likewise.
* ipa-predicate.c: Likewise.
* ipa-devirt.c: Likewise.
* ipa-icf.h: Likewise.
* profile-count.c: Likewise.
* ipa-icf.c: Likewise.
(sem_function::equals_wpa): Fix typos in dump messages.
* ipa-icf-gimple.h: Fix comment typos.
* ipa-inline-transform.c: Likewise.
* ipa-polymorphic-call.c: Likewise.
* ipa-fnsummary.h: Likewise.
* ipa-inline.c: Likewise.
(dump_inline_stats): Fix typo in debug dump message.
* profile-count.h: Fix comment typos.
From-SVN: r278643
Diffstat (limited to 'gcc/ipa-predicate.c')
-rw-r--r-- | gcc/ipa-predicate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ipa-predicate.c b/gcc/ipa-predicate.c index f9ec7ab..9cd21ae 100644 --- a/gcc/ipa-predicate.c +++ b/gcc/ipa-predicate.c @@ -444,8 +444,8 @@ dump_clause (FILE *f, conditions conds, clause_t clause) } -/* Dump THIS to F. CONDS a vector of conditions used when evauating - predicats. When NL is true new line is output at the end of dump. */ +/* Dump THIS to F. CONDS a vector of conditions used when evaluating + predicates. When NL is true new line is output at the end of dump. */ void predicate::dump (FILE *f, conditions conds, bool nl) const @@ -495,7 +495,7 @@ predicate::remap_after_duplication (clause_t possible_truths) INFO is ipa_fn_summary of function we are adding predicate into, CALLEE_INFO is summary of function predicate P is from. OPERAND_MAP is array giving - callee formal IDs the caller formal IDs. POSSSIBLE_TRUTHS is clausule of all + callee formal IDs the caller formal IDs. POSSSIBLE_TRUTHS is clause of all callee conditions that may be true in caller context. TOPLEV_PREDICATE is predicate under which callee is executed. OFFSET_MAP is an array of of offsets that need to be added to conditions, negative offset means that |