]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgexpand.c
cfgexpand.c (tree_expand_cfg): Fix comment.
[thirdparty/gcc.git] / gcc / cfgexpand.c
index 30004f24a3219655fd88c192a385c4d1849955bd..db9206ee56f76f554f65512720609fe5174ce0da 100644 (file)
@@ -449,7 +449,7 @@ tree_expand_cfg (void)
       && DECL_FILE_SCOPE_P (current_function_decl))
     expand_main_function ();
 
-  /* Write the flowgraph to a dot file.  */
+  /* Register rtl specific functions for cfg.  */
   rtl_register_cfg_hooks ();
 
   init_block = construct_init_block ();