From bac1fc7844857d1928f4ded2448df3018f4f7f20 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 25 Dec 2018 02:18:27 +0100 Subject: Inline +, *, - and / --- Sjit/Compile.dcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Sjit/Compile.dcl') diff --git a/Sjit/Compile.dcl b/Sjit/Compile.dcl index fd4b2ee..d373e42 100644 --- a/Sjit/Compile.dcl +++ b/Sjit/Compile.dcl @@ -17,10 +17,10 @@ from Sjit.Syntax import :: Function | Ret | Halt - | IAddRet - | IMulRet - | ISubRet - | IDivRet + | IAdd + | IMul + | ISub + | IDiv | PlaceHolder !Int !Int // only used during compilation -- cgit v1.2.3