From: sandeep Date: Tue, 8 Feb 2000 20:47:01 +0000 (+0000) Subject: Spill-location updated incorrectly X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=42185ba0fea863ca7435f6c88bc971888c7e5f64;p=fw%2Fsdcc Spill-location updated incorrectly git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@88 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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;