diff options
author | Martin Liska <mliska@suse.cz> | 2021-11-19 15:29:35 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-11-19 15:29:35 +0100 |
commit | 79e9f721d1a6f370ce0534745baeeb5a56da948e (patch) | |
tree | 9574ee4ccceae4c412c0771e3106422c7c1a0a0e /gcc/function.c | |
parent | c7381debe4c5dd7878338f38db98face1cfa6f90 (diff) | |
download | gcc-79e9f721d1a6f370ce0534745baeeb5a56da948e.zip gcc-79e9f721d1a6f370ce0534745baeeb5a56da948e.tar.gz gcc-79e9f721d1a6f370ce0534745baeeb5a56da948e.tar.bz2 |
Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."
This reverts commit 206b22d021d94adbaa79e1d443c87415254b15de.
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 1bebe8a..61b3bd0 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4872,7 +4872,7 @@ allocate_struct_function (tree fndecl, bool abstract_p) disabled. The markers make little sense without the variable binding annotations among them. */ cfun->debug_nonbind_markers = lang_hooks.emits_begin_stmt - && debug_nonbind_markers_p; + && MAY_HAVE_DEBUG_MARKER_STMTS; } /* This is like allocate_struct_function, but pushes a new cfun for FNDECL |