tree-inline.c (estimate_move_cost): Mark speed_p argument as possibly unused.

2014-07-25  Richard Biener  <rguenther@suse.de>

	* tree-inline.c (estimate_move_cost): Mark speed_p argument
	as possibly unused.

From-SVN: r213043
This commit is contained in:
Richard Biener 2014-07-25 07:28:32 +00:00 committed by Richard Biener
parent a3a2efc10e
commit 1ed85d52ef
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-07-25 Richard Biener <rguenther@suse.de>
* tree-inline.c (estimate_move_cost): Mark speed_p argument
as possibly unused.
2014-07-23 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.

View File

@ -3628,7 +3628,7 @@ tree_inlinable_function_p (tree fn)
cost based on whether optimizing for size or speed according to SPEED_P. */
int
estimate_move_cost (tree type, bool speed_p)
estimate_move_cost (tree type, bool ARG_UNUSED (speed_p))
{
HOST_WIDE_INT size;