From: Bob Duff <d...@adacore.com>

...caused by moving code here from Atree.

gcc/ada/

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

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/ada/sinfo-utils.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/sinfo-utils.adb b/gcc/ada/sinfo-utils.adb
index 02ed69d7136..b0cc2d3b418 100644
--- a/gcc/ada/sinfo-utils.adb
+++ b/gcc/ada/sinfo-utils.adb
@@ -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.
-- 
2.40.0

Reply via email to