diff options
Diffstat (limited to 'gcc/config/i386/i386.h')
-rw-r--r-- | gcc/config/i386/i386.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index b10a13cad8a..7721c465832 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -159,12 +159,8 @@ struct processor_costs { const int fchs; /* cost of FCHS instruction. */ const int fsqrt; /* cost of FSQRT instruction. */ /* Specify what algorithm - to use for stringops on unknown size. - First index is used to specify whether - alignment is known or not. - Second - to specify whether 32 or 64 bits - are used. */ - struct stringop_algs memcpy[2][2], memset[2][2]; + to use for stringops on unknown size. */ + struct stringop_algs memcpy[2], memset[2]; const int scalar_stmt_cost; /* Cost of any scalar operation, excluding load and store. */ const int scalar_load_cost; /* Cost of scalar load. */ |