aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_gc.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/nodes_gc.ads')
-rw-r--r--src/vhdl/nodes_gc.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/nodes_gc.ads b/src/vhdl/nodes_gc.ads
index ad17c67b7..9b92b9e8b 100644
--- a/src/vhdl/nodes_gc.ads
+++ b/src/vhdl/nodes_gc.ads
@@ -16,9 +16,14 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
+with Iirs; use Iirs;
+
package Nodes_GC is
Flag_Disp_Multiref : Boolean := True;
+ -- Perform an internal check on the tree structure of UNIT.
+ procedure Check_Tree (Unit : Iir);
+
procedure Report_Unreferenced;
-- Display nodes that aren't referenced.
end Nodes_GC;