Commit 136cf361 by Richard Kenner

Fix comments.

From-SVN: r8618
parent 4bc3bc60
...@@ -1649,8 +1649,8 @@ expand_inline_function (fndecl, parms, target, ignore, type, structure_value_add ...@@ -1649,8 +1649,8 @@ expand_inline_function (fndecl, parms, target, ignore, type, structure_value_add
global_const_equiv_map = map->const_equiv_map; global_const_equiv_map = map->const_equiv_map;
global_const_equiv_map_size = map->const_equiv_map_size; global_const_equiv_map_size = map->const_equiv_map_size;
/* If the called fucntion does an alloca, save and restore the /* If the called function does an alloca, save and restore the
frame pointer around the call. This saves stack space, but stack pointer around the call. This saves stack space, but
also is required if this inline is being done between two also is required if this inline is being done between two
pushes. */ pushes. */
if (FUNCTION_FLAGS (header) & FUNCTION_FLAGS_CALLS_ALLOCA) if (FUNCTION_FLAGS (header) & FUNCTION_FLAGS_CALLS_ALLOCA)
......
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