aboutsummaryrefslogtreecommitdiff
path: root/Sil
diff options
context:
space:
mode:
Diffstat (limited to 'Sil')
-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