https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93304
Jim Wilson <wilson at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wilson at gcc dot gnu.org
--- Comment #2 from Jim Wilson <wilson at gcc dot gnu.org> ---
There is a convention of using all caps for function arguments. See for
instance the riscv_build_integer function comment. It would be nice to
preserve this convention, but this is a very minor issue. I usually put a
blank line between the function comment and the function, but again this is a
very minor issue.
The patch looks OK to me.