explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UNUSED.

* explow.c (convert_memory_address_addr_space_1): Mark in_const
as ATTRIBUTE_UNUSED.

From-SVN: r216240
This commit is contained in:
Andreas Schwab 2014-10-15 08:20:02 +00:00 committed by Andreas Schwab
parent f8934be787
commit c582bb1580
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-10-15 Andreas Schwab <schwab@suse.de>
* explow.c (convert_memory_address_addr_space_1): Mark in_const
as ATTRIBUTE_UNUSED.
2014-10-14 Jan Hubicka <hubicka@ucw.cz>
* loop-unroll.c: (decide_unrolling_and_peeling): Rename to

View file

@ -316,7 +316,7 @@ break_out_memory_refs (rtx x)
static rtx
convert_memory_address_addr_space_1 (enum machine_mode to_mode ATTRIBUTE_UNUSED,
rtx x, addr_space_t as ATTRIBUTE_UNUSED,
bool in_const)
bool in_const ATTRIBUTE_UNUSED)
{
#ifndef POINTERS_EXTEND_UNSIGNED
gcc_assert (GET_MODE (x) == to_mode || GET_MODE (x) == VOIDmode);