On Tue, 2020-03-10 at 17:22 +, Matthew Malcomson wrote:
> When using `check-function-bodies`, the subroutine `parse_function_bodies`
> uses
> the `fluff` regexp to remove uninteresting assembly lines.
>
> Arm targets generate assembly with some lines prefixed by `@`, these lines are
> left by
Matthew Malcomson writes:
> When using `check-function-bodies`, the subroutine `parse_function_bodies`
> uses
> the `fluff` regexp to remove uninteresting assembly lines.
>
> Arm targets generate assembly with some lines prefixed by `@`, these lines are
> left by this process.
>
> As an example o