On Mon, Nov 1, 2021 at 2:03 PM Jeff Law wrote:
>
>
>
> On 11/1/2021 3:53 AM, Aldy Hernandez wrote:
> > This patch moves all the static functions into the pass class, and
> > cleans up things a little. The goal is to shuffle things around such
> > that we can add debug counters that depend on diff
On 11/1/2021 3:53 AM, Aldy Hernandez wrote:
This patch moves all the static functions into the pass class, and
cleans up things a little. The goal is to shuffle things around such
that we can add debug counters that depend on different threading
passes, but it's a clean-up on its own right.
This patch moves all the static functions into the pass class, and
cleans up things a little. The goal is to shuffle things around such
that we can add debug counters that depend on different threading
passes, but it's a clean-up on its own right.
Tested on x86-64 Linux.
OK?
gcc/ChangeLog: