summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2004-05-12 12:45:23 +0000
committerJohn van Groningen2004-05-12 12:45:23 +0000
commit52aeadecf6f21d8d92c321d85bbb1e8023af4b92 (patch)
tree7357d72e9f12d7613380655cab955a8c3db7fad7
parentoptimize generated code for array indices x+c,c+x and x-c for IA32 (diff)
use scratch register during register allocation on IA32
-rw-r--r--cgopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgopt.c b/cgopt.c
index bd9a5df..f9dee23 100644
--- a/cgopt.c
+++ b/cgopt.c
@@ -15,7 +15,7 @@
#include "cgopt.h"
#ifdef I486
-# undef I486_USE_SCRATCH_REGISTER
+# define I486_USE_SCRATCH_REGISTER
#endif
#ifndef M68000