aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo-utils.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sinfo-utils.ads')
-rw-r--r--gcc/ada/sinfo-utils.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/sinfo-utils.ads b/gcc/ada/sinfo-utils.ads
index 7d11e2a..5c38501 100644
--- a/gcc/ada/sinfo-utils.ads
+++ b/gcc/ada/sinfo-utils.ads
@@ -145,4 +145,12 @@ package Sinfo.Utils is
Entity_Or_Associated_Node;
-- Note that we are renaming the enumeration literals here
+ ---------------
+ -- Debugging --
+ ---------------
+
+ procedure New_Node_Debugging_Output (N : Node_Id);
+ pragma Inline (New_Node_Debugging_Output);
+ -- See package body for documentation
+
end Sinfo.Utils;