Document unused function argument
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Tue, 6 Sep 2022 11:05:21 +0000 (13:05 +0200)
committerJan-Benedict Glaw <jbglaw@lug-owl.de>
Tue, 6 Sep 2022 11:05:21 +0000 (13:05 +0200)
commit26ea6ca1fc76752875e74edd628bc3066c642a29
treea64d5f2f811b1be1699be04f07e932f95c1fc211
parente55674b86a10e695cea2f45c0472402b97cc2dfb
Document unused function argument

This patch fixes a small warning about the unused outer_rtx argument in the
msp430 backend.

2022-09-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

gcc/ChangeLog:
* config/msp430/msp430.cc (msp430_single_op_cost): Document unused argument.
gcc/config/msp430/msp430.cc