aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@marvell.com>2021-10-16 02:48:06 +0000
committerAndrew Pinski <apinski@marvell.com>2021-10-21 08:18:58 +0000
commit0a717f13355928d05f134409bf004f900d358046 (patch)
treed9e20bd4e9c8fde648f84be48163800e30dd263e /gcc/tree-cfg.c
parent005ebe1c07843e6312cd70523945fa1d729e7253 (diff)
downloadgcc-0a717f13355928d05f134409bf004f900d358046.zip
gcc-0a717f13355928d05f134409bf004f900d358046.tar.gz
gcc-0a717f13355928d05f134409bf004f900d358046.tar.bz2
Remove outdated comment about execute_fixup_cfg
The comment about execute_fixup_cfg not being able to run as a standalone pass is not true for a long time now. It has been a standalone pass for a while now. gcc/ChangeLog: * tree-cfg.c (execute_fixup_cfg): Remove comment about standalone pass.
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r--gcc/tree-cfg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index b78e456..c20fc49 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -9669,10 +9669,7 @@ make_pass_warn_unused_result (gcc::context *ctxt)
/* IPA passes, compilation of earlier functions or inlining
might have changed some properties, such as marked functions nothrow,
pure, const or noreturn.
- Remove redundant edges and basic blocks, and create new ones if necessary.
-
- This pass can't be executed as stand alone pass from pass manager, because
- in between inlining and this fixup the verify_flow_info would fail. */
+ Remove redundant edges and basic blocks, and create new ones if necessary. */
unsigned int
execute_fixup_cfg (void)