From bee510755ecd32c600a27b9741c18cce1bd2ea4d Mon Sep 17 00:00:00 2001 From: Alasdair Date: Mon, 18 Mar 2019 21:40:34 +0000 Subject: C: Add identifier to end instruction Allows us to track the last version of the return variable when the AST in in SSA form. --- language/jib.ott | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language') diff --git a/language/jib.ott b/language/jib.ott index f0173660..4f8eeacc 100644 --- a/language/jib.ott +++ b/language/jib.ott @@ -163,7 +163,7 @@ instr :: 'I_' ::= | clear ctyp name :: :: clear | undefined ctyp :: :: undefined | match_failure :: :: match_failure - | end :: :: end + | end name :: :: end % All instructions containing nested instructions can be flattened % away. try and throw only exist for internal use within -- cgit v1.2.3