cris.c (cris_asm_output_ident): Remove unused local variables section_asm_op, size, buf.
* config/cris/cris.c (cris_asm_output_ident): Remove unused local variables section_asm_op, size, buf. From-SVN: r189729
This commit is contained in:
parent
714b8718c3
commit
c21a1dbbf3
@ -1,3 +1,8 @@
|
||||
2012-07-20 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* config/cris/cris.c (cris_asm_output_ident): Remove unused
|
||||
local variables section_asm_op, size, buf.
|
||||
|
||||
2012-07-20 Pat Haugen <pthaugen@us.ibm.com>
|
||||
Steven Bosscher <steven@gcc.gnu.org>
|
||||
* config/rs6000/power4.md (power4-store-update): Fix reservation.
|
||||
|
@ -2520,10 +2520,6 @@ cris_legitimate_pic_operand (rtx x)
|
||||
void
|
||||
cris_asm_output_ident (const char *string)
|
||||
{
|
||||
const char *section_asm_op;
|
||||
int size;
|
||||
char *buf;
|
||||
|
||||
if (cgraph_state != CGRAPH_STATE_PARSING)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user