diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 0e2f85a..f1d9c5a 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -889,7 +889,7 @@ declare_return_variable (inline_data *id, tree return_slot_addr, DECL_STRUCT_FUNCTION (caller)->unexpanded_var_list); /* Do not have the rest of GCC warn about this variable as it should - not be visible to the user. */ + not be visible to the user. */ TREE_NO_WARNING (var) = 1; /* Build the use expr. If the return type of the function was |