diff options
-rw-r--r-- | gcc/tree-cfg.c | 5 |
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) |