public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5063] ipa: Fix typo in ipa-modref.c
@ 2021-11-09 16:30 Marek Polacek
  0 siblings, 0 replies; only message in thread
From: Marek Polacek @ 2021-11-09 16:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:78dd0de956cbc5a021d3c5e3eb39308c3207936e

commit r12-5063-g78dd0de956cbc5a021d3c5e3eb39308c3207936e
Author: Marek Polacek <polacek@redhat.com>
Date:   Tue Nov 9 11:28:54 2021 -0500

    ipa: Fix typo in ipa-modref.c
    
    gcc/ChangeLog:
    
            * ipa-modref.c (analyze_parms): Fix a typo.

Diff:
---
 gcc/ipa-modref.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ipa-modref.c b/gcc/ipa-modref.c
index 2f91b563745..e3cad3ee447 100644
--- a/gcc/ipa-modref.c
+++ b/gcc/ipa-modref.c
@@ -2488,7 +2488,7 @@ analyze_parms (modref_summary *summary, modref_summary_lto *summary_lto,
 	  dump_eaf_flags (dump_file, flags, true);
 	}
       if (!(flags & EAF_UNUSED))
-	lags |= past;
+	flags |= past;
       if (flags)
 	{
 	  if (summary)


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

only message in thread, other threads:[~2021-11-09 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 16:30 [gcc r12-5063] ipa: Fix typo in ipa-modref.c Marek Polacek

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).