From be1cda652b00ebfe4a9b4ca4e3cda2106586e739 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 19 Jul 2014 12:28:29 +0200 Subject: Replace architecture_declaration by architecture_body to follow lrm. --- disp_tree.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'disp_tree.adb') diff --git a/disp_tree.adb b/disp_tree.adb index c02951977..460bd17b4 100644 --- a/disp_tree.adb +++ b/disp_tree.adb @@ -207,8 +207,8 @@ package body Disp_Tree is when Iir_Kind_Entity_Declaration => Put ("entity_declaration"); Disp_Identifier (Tree); - when Iir_Kind_Architecture_Declaration => - Put ("architecture_declaration"); + when Iir_Kind_Architecture_Body => + Put ("architecture_body"); Disp_Identifier (Tree); when Iir_Kind_Configuration_Declaration => Put ("configuration_declaration"); @@ -704,7 +704,7 @@ package body Disp_Tree is Disp_Tree_Chain (Get_Generic_Chain (Tree), Ntab); Header ("generic map aspect chain:"); Disp_Tree_Chain (Get_Generic_Map_Aspect_Chain (Tree), Ntab); - when Iir_Kind_Architecture_Declaration => + when Iir_Kind_Architecture_Body => if Flat_Decl then return; end if; -- cgit v1.2.3