Re: [PATCH] calls.c: Remove some dead code and target hooks

2021-10-20 Thread Jeff Law via Gcc-patches
On 10/20/2021 8:18 AM, Alex Coplan via Gcc-patches wrote: Hi all, Looking at calls.c:initialize_argument_information, I spotted some dead code that seems to have been left behind from when MPX support was removed. This patch removes that code as well as the associated target hooks (which app

[PATCH] calls.c: Remove some dead code and target hooks

2021-10-20 Thread Alex Coplan via Gcc-patches
Hi all, Looking at calls.c:initialize_argument_information, I spotted some dead code that seems to have been left behind from when MPX support was removed. This patch removes that code as well as the associated target hooks (which appear to be unused). Bootstrapped and regtested on aarch64-linux