Commit 45169d12 by Richard Kenner

(init_optabs): Initialize clrstr_optab.

From-SVN: r10841
parent fd18db65
...@@ -4084,6 +4084,7 @@ init_optabs () ...@@ -4084,6 +4084,7 @@ init_optabs ()
for (i = 0; i < NUM_MACHINE_MODES; i++) for (i = 0; i < NUM_MACHINE_MODES; i++)
{ {
movstr_optab[i] = CODE_FOR_nothing; movstr_optab[i] = CODE_FOR_nothing;
clrstr_optab[i] = CODE_FOR_nothing;
#ifdef HAVE_SECONDARY_RELOADS #ifdef HAVE_SECONDARY_RELOADS
reload_in_optab[i] = reload_out_optab[i] = CODE_FOR_nothing; reload_in_optab[i] = reload_out_optab[i] = CODE_FOR_nothing;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment