aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_inst.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_inst.ads')
-rw-r--r--src/vhdl/sem_inst.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/sem_inst.ads b/src/vhdl/sem_inst.ads
index 919d6b0f1..804451272 100644
--- a/src/vhdl/sem_inst.ads
+++ b/src/vhdl/sem_inst.ads
@@ -31,4 +31,6 @@ package Sem_Inst is
-- In CHAIN, substitute all references to E by REP.
procedure Substitute_On_Chain (Chain : Iir; E : Iir; Rep : Iir);
+ -- Deep copy of ORIG. Doesn't change location.
+ function Copy_Tree (Orig : Iir) return Iir;
end Sem_Inst;