]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix obsolete comment in Sinfo.Utils
authorBob Duff <duff@adacore.com>
Thu, 2 Mar 2023 14:44:03 +0000 (09:44 -0500)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 25 May 2023 07:44:15 +0000 (09:44 +0200)
...caused by moving code here from Atree.

gcc/ada/

* sinfo-utils.adb: Update comment to refer to
New_Node_Debugging_Output.

gcc/ada/sinfo-utils.adb

index 02ed69d713627fb5aaade9ec24d57a8c5b76b428..b0cc2d3b418e7af1aa14c430abf9580211a0d13b 100644 (file)
@@ -50,7 +50,7 @@ package body Sinfo.Utils is
 
    --  Either way, gnat1 will stop when node 12345 is created, or certain other
    --  interesting operations are performed, such as Rewrite. To see exactly
-   --  which operations, search for "pragma Debug" below.
+   --  which operations, search for "New_Node_Debugging_Output" in Atree.
 
    --  The second method is much faster if the amount of Ada code being
    --  compiled is large.