Commit 1ed85d52 by Richard Biener Committed by Richard Biener

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
parent a3a2efc1
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__.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment