]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sched-int.h
Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
[thirdparty/gcc.git] / gcc / sched-int.h
index 070404c42450d2d8b91503a83be4794af1c9d58a..84b5cb58c960e88bc758e1b9f975c793aab7fe1a 100644 (file)
@@ -70,7 +70,7 @@ struct common_sched_info_def
   /* Called to notify frontend, that new basic block is being added.
      The first parameter - new basic block.
      The second parameter - block, after which new basic block is being added,
-     or EXIT_BLOCK_PTR, if recovery block is being added,
+     or the exit block, if recovery block is being added,
      or NULL, if standalone block is being added.  */
   void (*add_block) (basic_block, basic_block);