diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index c3d3fb6..31773dd 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -3833,6 +3833,7 @@ expand_call_inline (basic_block bb, gimple stmt, copy_body_data *id) /* Set input_location here so we get the right instantiation context if we call instantiate_decl from inlinable_function_p. */ + /* FIXME: instantiate_decl isn't called by inlinable_function_p. */ saved_location = input_location; input_location = gimple_location (stmt); |