Commit 927c745d by Jim Wilson

(init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro.

From-SVN: r6809
parent a6458cef
......@@ -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
......
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