(init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro.

From-SVN: r6809
This commit is contained in:
Jim Wilson 1994-03-18 12:26:04 -08:00
parent a6458cef63
commit 927c745d80

View File

@ -3909,7 +3909,9 @@ init_optabs ()
#ifdef FIX_TRUNCTFSI2_LIBCALL
fixtfsi_libfunc = gen_rtx (SYMBOL_REF, Pmode, FIX_TRUNCTFSI2_LIBCALL);
#endif
#ifdef FIXUNS_TRUNCTFSI2_LIBCALL
fixunstfsi_libfunc = gen_rtx (SYMBOL_REF, Pmode, FIXUNS_TRUNCTFSI2_LIBCALL);
#endif
}
#ifdef BROKEN_LDEXP