diff options
author | Marek Polacek <polacek@redhat.com> | 2021-11-09 11:28:54 -0500 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2021-11-09 11:29:13 -0500 |
commit | 78dd0de956cbc5a021d3c5e3eb39308c3207936e (patch) | |
tree | 69280cb7614cb3d696017e83dc8e59fcf4790266 /gcc | |
parent | abe562bb01479ea2c8952ad98714f3225527aa7e (diff) | |
download | gcc-78dd0de956cbc5a021d3c5e3eb39308c3207936e.zip gcc-78dd0de956cbc5a021d3c5e3eb39308c3207936e.tar.gz gcc-78dd0de956cbc5a021d3c5e3eb39308c3207936e.tar.bz2 |
ipa: Fix typo in ipa-modref.c
gcc/ChangeLog:
* ipa-modref.c (analyze_parms): Fix a typo.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ipa-modref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-modref.c b/gcc/ipa-modref.c index 2f91b56..e3cad3e 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) |