From 6535ea096a13d8f03547f7d5e5018c0dea46252d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 5 May 2019 20:57:21 +0200 Subject: vhdl: rename iirs to vhdl.nodes --- src/vhdl/translate/ortho_front.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl/translate/ortho_front.adb') diff --git a/src/vhdl/translate/ortho_front.adb b/src/vhdl/translate/ortho_front.adb index 2ce7a34a4..9a0afe2e5 100644 --- a/src/vhdl/translate/ortho_front.adb +++ b/src/vhdl/translate/ortho_front.adb @@ -22,7 +22,7 @@ with Types; use Types; with Name_Table; with Hash; with Interning; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Libraries; with Iirs_Utils; use Iirs_Utils; with Vhdl.Std_Package; -- cgit v1.2.3