diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 0210331..80b93e5 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -5422,8 +5422,8 @@ init_optabs (void) for (i = 0; i < NUM_MACHINE_MODES; i++) { - movstr_optab[i] = CODE_FOR_nothing; - clrstr_optab[i] = CODE_FOR_nothing; + movmem_optab[i] = CODE_FOR_nothing; + clrmem_optab[i] = CODE_FOR_nothing; cmpstr_optab[i] = CODE_FOR_nothing; cmpmem_optab[i] = CODE_FOR_nothing; |