]> gcc.gnu.org Git - gcc.git/commitdiff
(expand_fix): Correct typo with FIX/UNSIGNED_FIX REG_NOTES.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 13 Oct 1994 21:12:07 +0000 (14:12 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 13 Oct 1994 21:12:07 +0000 (14:12 -0700)
From-SVN: r8266

gcc/optabs.c

index fefb2a5da68d80569b48c665a0cb0159045283bf..2d188e665209ec83f12aa6e368969a46b7998a76 100644 (file)
@@ -3618,7 +3618,7 @@ expand_fix (to, from, unsignedp)
       end_sequence ();
 
       emit_libcall_block (insns, target, value,
-                         gen_rtx (unsignedp ? FIX : UNSIGNED_FIX,
+                         gen_rtx (unsignedp ? UNSIGNED_FIX : FIX,
                                   GET_MODE (to), from));
     }
       
This page took 0.062557 seconds and 5 git commands to generate.