diff options
author | Camil Staps | 2017-07-27 23:03:31 +0200 |
---|---|---|
committer | Camil Staps | 2017-07-27 23:03:31 +0200 |
commit | 6ae77aea305b145454a0ee866fb4ec13c139b63d (patch) | |
tree | cf0164c161e675dc6ea648b004484f29cf503b37 /Sil/Compile.icl | |
parent | Add tuples (see #1) (diff) |
Removed hacks for || and && now that they have been implemented properly
Diffstat (limited to 'Sil/Compile.icl')
-rw-r--r-- | Sil/Compile.icl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Sil/Compile.icl b/Sil/Compile.icl index 2a6ba54..dc846d2 100644 --- a/Sil/Compile.icl +++ b/Sil/Compile.icl @@ -535,8 +535,6 @@ where Div -> 'ABC'.DivI Rem -> 'ABC'.RemI Equals -> 'ABC'.EqI - LogOr -> 'ABC'.AddI // TODO remove hack - LogAnd -> 'ABC'.MulI // TODO remove hack rettype = case op of Equals -> 'ABC'.BT_Bool _ -> 'ABC'.BT_Int |