mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:31:09 +08:00
(init_optabs): Initialize clrstr_optab.
From-SVN: r10841
This commit is contained in:
parent
fd18db659c
commit
45169d1213
@ -4084,6 +4084,7 @@ init_optabs ()
|
||||
for (i = 0; i < NUM_MACHINE_MODES; i++)
|
||||
{
|
||||
movstr_optab[i] = CODE_FOR_nothing;
|
||||
clrstr_optab[i] = CODE_FOR_nothing;
|
||||
|
||||
#ifdef HAVE_SECONDARY_RELOADS
|
||||
reload_in_optab[i] = reload_out_optab[i] = CODE_FOR_nothing;
|
||||
|
Loading…
x
Reference in New Issue
Block a user