aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2017-07-27 23:03:31 +0200
committerCamil Staps2017-07-27 23:03:31 +0200
commit6ae77aea305b145454a0ee866fb4ec13c139b63d (patch)
treecf0164c161e675dc6ea648b004484f29cf503b37
parentAdd tuples (see #1) (diff)
Removed hacks for || and && now that they have been implemented properly
-rw-r--r--Sil/Compile.icl2
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