(optabs): Add entry for movcc_gen_code.

From-SVN: r8800
This commit is contained in:
Doug Evans 1995-01-25 04:16:37 +00:00
parent 1a395e69c8
commit 3c9958cd4a
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ char *optabs[] =
"tst_optab->handlers[(int) %A].insn_code = CODE_FOR_%(tst%a%)",
"bcc_gen_fctn[(int) %C] = gen_%(b%c%)",
"setcc_gen_code[(int) %C] = CODE_FOR_%(s%c%)",
"movcc_gen_code[(int) %A] = CODE_FOR_%(mov%acc%)",
"reload_in_optab[(int) %A] = CODE_FOR_%(reload_in%a%)",
"reload_out_optab[(int) %A] = CODE_FOR_%(reload_out%a%)",
"movstr_optab[(int) %A] = CODE_FOR_%(movstr%a%)" };