(expand_fix): Correct typo with FIX/UNSIGNED_FIX REG_NOTES.

From-SVN: r8266
This commit is contained in:
Jim Wilson 1994-10-13 14:12:07 -07:00
parent bd1b089342
commit 34ef5aeb7d
1 changed files with 1 additions and 1 deletions

View File

@ -3618,7 +3618,7 @@ expand_fix (to, from, unsignedp)
end_sequence (); end_sequence ();
emit_libcall_block (insns, target, value, emit_libcall_block (insns, target, value,
gen_rtx (unsignedp ? FIX : UNSIGNED_FIX, gen_rtx (unsignedp ? UNSIGNED_FIX : FIX,
GET_MODE (to), from)); GET_MODE (to), from));
} }