From 099dd430c543304921f6ba57934a430689b2cb4c Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 16 Feb 2022 23:48:58 +0100 Subject: Moved division and modulo operator support into the compiler. Fixed constant encoding in case 61. --- utils/tl/pass.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utils/tl/pass.c') diff --git a/utils/tl/pass.c b/utils/tl/pass.c index e4322df5..c3725e74 100644 --- a/utils/tl/pass.c +++ b/utils/tl/pass.c @@ -512,10 +512,6 @@ reachable() int i, todo; char *a; - Reachable("_div"); - Reachable("_divu"); - Reachable("_mod"); - Reachable("_modu"); a = INITENTRY; if(*a >= '0' && *a <= '9') return; -- cgit v1.2.3