diff options
Diffstat (limited to 'gcc/config/crx/crx-protos.h')
-rw-r--r-- | gcc/config/crx/crx-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/crx/crx-protos.h b/gcc/config/crx/crx-protos.h index 386fab9fe43..b35051d99f5 100644 --- a/gcc/config/crx/crx-protos.h +++ b/gcc/config/crx/crx-protos.h @@ -53,7 +53,6 @@ enum crx_addrtype }; extern enum crx_addrtype crx_decompose_address (rtx addr, struct crx_address *out); -extern int crx_legitimate_address_p (enum machine_mode, rtx, int); extern int crx_const_double_ok (rtx op); |