From 6ae77aea305b145454a0ee866fb4ec13c139b63d Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 27 Jul 2017 23:03:31 +0200 Subject: Removed hacks for || and && now that they have been implemented properly --- Sil/Compile.icl | 2 -- 1 file changed, 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 -- cgit v1.2.3