* targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
From-SVN: r159369
This commit is contained in:
parent
e4f36d3117
commit
32cbdf00fa
@ -1,3 +1,7 @@
|
||||
2010-05-13 Anatoly Sokolov <aesok@post.ru>
|
||||
|
||||
* targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
|
||||
|
||||
2010-05-13 Jeff Law <law@redhat.com>
|
||||
|
||||
* ira-conflicts.c (print_allocno_conflicts): New function broken out
|
||||
|
@ -965,7 +965,7 @@ default_mode_dependent_address_p (const_rtx addr ATTRIBUTE_UNUSED)
|
||||
{
|
||||
#ifdef GO_IF_MODE_DEPENDENT_ADDRESS
|
||||
|
||||
GO_IF_MODE_DEPENDENT_ADDRESS (addr, win);
|
||||
GO_IF_MODE_DEPENDENT_ADDRESS ((rtx) addr, win);
|
||||
return false;
|
||||
/* Label `win' might (not) be used via GO_IF_MODE_DEPENDENT_ADDRESS. */
|
||||
win: ATTRIBUTE_UNUSED_LABEL
|
||||
|
Loading…
Reference in New Issue
Block a user