Commit 1b6f3c1c by Richard Stallman

(init_optabs): Use plain `ffs' for SImode ffs_optab libcall.

From-SVN: r3203
parent eccf291b
...@@ -5113,6 +5113,8 @@ init_optabs () ...@@ -5113,6 +5113,8 @@ init_optabs ()
ffs_optab->handlers[(int) TImode].insn_code = CODE_FOR_ffsti2; ffs_optab->handlers[(int) TImode].insn_code = CODE_FOR_ffsti2;
#endif #endif
init_integral_libfuncs (ffs_optab, "ffs", '2'); init_integral_libfuncs (ffs_optab, "ffs", '2');
ffs_optab->handlers[(int) SImode].libfunc
= gen_rtx (SYMBOL_REF, Pmode, "ffs");
#ifdef HAVE_movqi #ifdef HAVE_movqi
if (HAVE_movqi) if (HAVE_movqi)
......
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