From: Richard Stallman Date: Tue, 12 Jan 1993 08:31:09 +0000 (+0000) Subject: (init_optabs): Use plain `ffs' for SImode ffs_optab libcall. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b6f3c1c6ab764bf52580916f2811ac97774f3f2;p=gcc.git (init_optabs): Use plain `ffs' for SImode ffs_optab libcall. From-SVN: r3203 --- diff --git a/gcc/optabs.c b/gcc/optabs.c index f46f4597be4..7d495e8096d 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -5113,6 +5113,8 @@ init_optabs () ffs_optab->handlers[(int) TImode].insn_code = CODE_FOR_ffsti2; #endif init_integral_libfuncs (ffs_optab, "ffs", '2'); + ffs_optab->handlers[(int) SImode].libfunc + = gen_rtx (SYMBOL_REF, Pmode, "ffs"); #ifdef HAVE_movqi if (HAVE_movqi)