* config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec.
authorAldy Hernandez <aldyh@redhat.com>
Sun, 9 May 2004 22:32:31 +0000 (22:32 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Sun, 9 May 2004 22:32:31 +0000 (22:32 +0000)
From-SVN: r81656

gcc/ChangeLog
gcc/config/rs6000/spe.md

index 2bf0650..fe35928 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-09  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec.
+
 2004-05-09  Zack Weinberg  <zack@codesourcery.com>
 
        PR 15007
index 7e76575..f8f6c0a 100644 (file)
        (unspec:CCFP
         [(compare:CCFP (match_operand:SF 1 "gpc_reg_operand" "r")
                        (match_operand:SF 2 "gpc_reg_operand" "r"))]
-        1004))]
+        1005))]
   "TARGET_HARD_FLOAT && !TARGET_FPRS && flag_unsafe_math_optimizations"
   "efststlt %0,%1,%2"
   [(set_attr "type" "veccmpsimple")])