diff options
author | Camil Staps | 2018-12-25 02:18:27 +0100 |
---|---|---|
committer | Camil Staps | 2018-12-25 02:18:27 +0100 |
commit | bac1fc7844857d1928f4ded2448df3018f4f7f20 (patch) | |
tree | 892fc24bff69bfdadf651472b740f063b6e9d026 /Sjit/Compile.dcl | |
parent | Don't generate pop 0 (diff) |
Inline +, *, - and /
Diffstat (limited to 'Sjit/Compile.dcl')
-rw-r--r-- | Sjit/Compile.dcl | 8 |
1 files changed, 4 insertions, 4 deletions
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 |