diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2023-08-17 15:54:30 +0200 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2023-08-17 15:55:27 +0200 |
commit | ee40bdbfb07c604a126069f05c1358c3d76f7812 (patch) | |
tree | 6ae9bc36b4772aae75f6a512cdd8336a58f5703d /gcc/rust | |
parent | 1aaf3a64e92ada283f6d3052151858df2ad99e77 (diff) | |
download | gcc-ee40bdbfb07c604a126069f05c1358c3d76f7812.zip gcc-ee40bdbfb07c604a126069f05c1358c3d76f7812.tar.gz gcc-ee40bdbfb07c604a126069f05c1358c3d76f7812.tar.bz2 |
Fix code_helper unused argument warning for fr30
fr30 is the only target defining GO_IF_LEGITIMATE_ADDRESS right now, in
which case the `code_helper ch` argument to memory_address_addr_space_p()
is unused and emits a new warning.
gcc/ChangeLog:
* recog.cc (memory_address_addr_space_p): Mark possibly unused
argument as unused.
Diffstat (limited to 'gcc/rust')
0 files changed, 0 insertions, 0 deletions