diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index f20cff3..ec0e82f 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -150,9 +150,9 @@ struct copy_body_data vec<gdebug *> debug_stmts; /* A map from local declarations in the inlined function to - equivalents in the function into which it is being inlined, where - the originals have been mapped to a value rather than to a - variable. */ + equivalents in the function into which it is being inlined, + where the originals have been mapped to a value rather than + to a variable. */ hash_map<tree, tree> *debug_map; /* A map from the inlined functions dependence info cliques to |