diff options
author | Bob Duff <duff@adacore.com> | 2023-03-02 09:44:03 -0500 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-05-25 09:44:15 +0200 |
commit | 825cb651135ad9ddb28e047b81ea8a2a6c08a75f (patch) | |
tree | 18ed5a2990c821a2deb878ed09545e99281206fa /gcc | |
parent | f6156f454f2d88166cdc18e4281e084c31066f8f (diff) | |
download | gcc-825cb651135ad9ddb28e047b81ea8a2a6c08a75f.zip gcc-825cb651135ad9ddb28e047b81ea8a2a6c08a75f.tar.gz gcc-825cb651135ad9ddb28e047b81ea8a2a6c08a75f.tar.bz2 |
ada: Fix obsolete comment in Sinfo.Utils
...caused by moving code here from Atree.
gcc/ada/
* sinfo-utils.adb: Update comment to refer to
New_Node_Debugging_Output.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sinfo-utils.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinfo-utils.adb b/gcc/ada/sinfo-utils.adb index 02ed69d..b0cc2d3 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. |