public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8131] scev: Fix a comment typo
@ 2022-04-13  7:48 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-04-13  7:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ccb5e638370cd228032d5a8c0ca343c46caaa4b4

commit r12-8131-gccb5e638370cd228032d5a8c0ca343c46caaa4b4
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Apr 13 09:47:45 2022 +0200

    scev: Fix a comment typo
    
    When looking at the kernel __popcountdi2 issue, I've noticed a comment typo.
    
    2022-04-13  Jakub Jelinek  <jakub@redhat.com>
    
            * tree-scalar-evolution.cc (expression_expensive_p): Fix a comment typo.

Diff:
---
 gcc/tree-scalar-evolution.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-scalar-evolution.cc b/gcc/tree-scalar-evolution.cc
index 61d72c278a1..44157265ce8 100644
--- a/gcc/tree-scalar-evolution.cc
+++ b/gcc/tree-scalar-evolution.cc
@@ -3395,7 +3395,7 @@ expression_expensive_p (tree expr, hash_map<tree, uint64_t> &cache,
       call_expr_arg_iterator iter;
       /* Even though is_inexpensive_builtin might say true, we will get a
 	 library call for popcount when backend does not have an instruction
-	 to do so.  We consider this to be expenseive and generate
+	 to do so.  We consider this to be expensive and generate
 	 __builtin_popcount only when backend defines it.  */
       combined_fn cfn = get_call_combined_fn (expr);
       switch (cfn)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-13  7:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13  7:48 [gcc r12-8131] scev: Fix a comment typo Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).