diff options
author | John van Groningen | 2004-05-12 12:45:23 +0000 |
---|---|---|
committer | John van Groningen | 2004-05-12 12:45:23 +0000 |
commit | 52aeadecf6f21d8d92c321d85bbb1e8023af4b92 (patch) | |
tree | 7357d72e9f12d7613380655cab955a8c3db7fad7 | |
parent | optimize 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #include "cgopt.h" #ifdef I486 -# undef I486_USE_SCRATCH_REGISTER +# define I486_USE_SCRATCH_REGISTER #endif #ifndef M68000 |