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

Hi!

When looking at the kernel __popcountdi2 issue, I've noticed a comment typo.

Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk
as obvious.

2022-04-13  Jakub Jelinek  <jakub@redhat.com>

	* tree-scalar-evolution.cc (expression_expensive_p): Fix a comment typo.

--- gcc/tree-scalar-evolution.cc.jj	2022-01-18 11:58:59.991976213 +0100
+++ gcc/tree-scalar-evolution.cc	2022-04-13 08:10:25.291670331 +0200
@@ -3395,7 +3395,7 @@ expression_expensive_p (tree expr, hash_
       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)

	Jakub


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

only message in thread, other threads:[~2022-04-13  7:49 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:49 [committed] 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).