diff options
| author | 2022-08-22 13:07:20 +0200 | |
|---|---|---|
| committer | 2022-08-22 13:07:20 +0200 | |
| commit | c9bcf39a2ad78c7bc9cbfaab43e03771899cfa44 (patch) | |
| tree | bd3c305a3d6b558fde1f04e9683d0f97bb4f8620 /src/ir.hff | |
| parent | 135e66c64adf0ef5d2723c243d2f2f6a059ae753 (diff) | |
ir
Diffstat (limited to 'src/ir.hff')
| -rw-r--r-- | src/ir.hff | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ enum IRInstT { neq, lt, lteq, + ftrunc, + itof, + getelem, + pgetelem, copy, setvar, load, |