diff options
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, |