diff options
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r-- | src/vhdl/iirs.ads | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index e8c4abe14..f7985f6d4 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -2914,6 +2914,16 @@ package Iirs is -- Get/Set_Has_Component (Flag5) -- Iir_Kind_Block_Statement (Medium) + -- LRM08 11.2 Block statement + -- + -- block_statement ::= + -- block_label : + -- BLOCK [ ( guard_condition ) ] [ IS ] + -- block_header + -- block_declarative_part + -- BEGIN + -- block_statement_part + -- END BLOCK [ block_label ] ; -- -- Get/Set_Parent (Field0) -- |