]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/rs6000/rs6000.md
(fix_truncdfsi2, fixuns_truncdfsi2, trunc_call): Fix typo in type of
[gcc.git] / gcc / config / rs6000 / rs6000.md
index 347f097fa3b5c7ab9f9d88f2f3a80b9cca73c19b..91bcbab9ff6a86d03a2bdf6b954e010efb188fb1 100644 (file)
@@ -1,5 +1,5 @@
 ;;- Machine description for IBM RISC System 6000 (POWER) for GNU C compiler
-;;   Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+;;   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
 ;;   Contributed by Richard Kenner (kenner@nyu.edu)
 
 ;; This file is part of GNU CC.
 
 (define_expand "fix_truncdfsi2"
   [(set (match_operand:SI 0 "gpc_reg_operand" "")
-       (fix:DF (match_operand:DF 1 "gpc_reg_operand" "")))]
+       (fix:SI (match_operand:DF 1 "gpc_reg_operand" "")))]
   ""
   "
 {
 
 (define_expand "fixuns_truncdfsi2"
   [(set (match_operand:SI 0 "gpc_reg_operand" "")
-       (unsigned_fix:DF (match_operand:DF 1 "gpc_reg_operand" "")))]
+       (unsigned_fix:SI (match_operand:DF 1 "gpc_reg_operand" "")))]
   ""
   "
 {
 
 (define_expand "trunc_call"
   [(parallel [(set (match_operand:SI 0 "" "")
-                  (fix:DF (match_operand:DF 1 "" "")))
+                  (fix:SI (match_operand:DF 1 "" "")))
              (use (match_operand:SI 2 "" ""))])]
   ""
   "
This page took 0.037653 seconds and 5 git commands to generate.