Re: [PATCH v2 03/11] aarch64: Eliminate a temporary variable.

2024-07-11 Thread Kyrylo Tkachov
> On 11 Jul 2024, at 14:12, Andrew Carlotti wrote: > > External email: Use caution opening links or attachments > > > The name would become misleading in a later commit anyway, and I think > this is marginally more readable. > > gcc/ChangeLog: > >* config/aarch64/aarch64.cc >

[PATCH v2 03/11] aarch64: Eliminate a temporary variable.

2024-07-11 Thread Andrew Carlotti
The name would become misleading in a later commit anyway, and I think this is marginally more readable. gcc/ChangeLog: * config/aarch64/aarch64.cc (aarch64_override_options): Remove temporary variable. diff --git a/gcc/config/aarch64/aarch64.cc b/gcc/config/aarch64/aarch64.cc i