From 42185ba0fea863ca7435f6c88bc971888c7e5f64 Mon Sep 17 00:00:00 2001 From: sandeep Date: Tue, 8 Feb 2000 20:47:01 +0000 Subject: [PATCH] Spill-location updated incorrectly git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@88 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/z80/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/z80/main.c b/src/z80/main.c index f076c45e..9bd1d14c 100644 --- a/src/z80/main.c +++ b/src/z80/main.c @@ -24,7 +24,7 @@ static void _z80_setDefaultOptions(void) /* first the options part */ options.intlong_rent = 1; - optimize.global_cse = 0; + optimize.global_cse = 1; optimize.label1 = 1; optimize.label2 = 1; optimize.label3 = 1; -- 2.47.2