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 63274f7..b05f05d 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1812,7 +1812,7 @@ remap_gimple_stmt (gimple *stmt, copy_body_data *id) /* If the inlined function has too many debug markers, don't copy them. */ if (id->src_cfun->debug_marker_count - > PARAM_VALUE (PARAM_MAX_DEBUG_MARKER_COUNT)) + > param_max_debug_marker_count) return stmts; gdebug *copy = as_a <gdebug *> (gimple_copy (stmt)); |