On Thu, May 13, 2021 at 9:43 AM Jeff Law via Gcc-patches
wrote:
>
>
> On 5/13/2021 3:06 AM, Martin Liška wrote:
> > Addresses the following clang warning:
> > gcc/tree-ssa-dom.c:652:33: warning: private field 'm_simplifier' is
> > not used [-Wunused-private-field]
> >
> > Ready for master?
> > Tha
On 5/13/2021 3:06 AM, Martin Liška wrote:
Addresses the following clang warning:
gcc/tree-ssa-dom.c:652:33: warning: private field 'm_simplifier' is
not used [-Wunused-private-field]
Ready for master?
Thanks
gcc/ChangeLog:
* tree-ssa-dom.c: Remove m_simplifier.
I wonder if Aldy's ref
Addresses the following clang warning:
gcc/tree-ssa-dom.c:652:33: warning: private field 'm_simplifier' is not used
[-Wunused-private-field]
Ready for master?
Thanks
gcc/ChangeLog:
* tree-ssa-dom.c: Remove m_simplifier.
---
gcc/tree-ssa-dom.c | 1 -
1 file changed, 1 deletion(-)
diff
The missing patch.
>From d539ba1a94ab85445f54c1742ff8e924e915f06a Mon Sep 17 00:00:00 2001
From: marxin
Date: Fri, 3 Mar 2017 13:50:42 +0100
Subject: [PATCH] Remove unused variable.
gcc/ChangeLog:
2017-03-03 Martin Liska
* tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
Rem
Hello.
This fixes copy&paste error, it's trivial, thus I'm going to install it.
Thanks,
Martin