* rs6000.md (cmptf_internal1): Replace %$ with $.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 21 Nov 2001 22:17:27 +0000 (22:17 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 21 Nov 2001 22:17:27 +0000 (17:17 -0500)
From-SVN: r47248

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

index 3e0ad011f51e64e382880d252ef86fc6435e024f..6c625845cb4a30b852f76fd3cf576a60ec5a08f5 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-21  David Edelsohn  <edelsohn@gnu.org>
+
+       * rs6000.md (cmptf_internal1): Replace %$ with $.
+
 Wed Nov 21 16:44:01 2001  Douglas B. Rupp  <rupp@gnat.com>
 
        * cppfiles.c (STAT_SIZE_TOO_BIG): Define.
index 2c664cad6243938bb1f9e30e79e89053c3a78942..0af89e663b1c3886eb3f6633c7da4e53e6c02032 100644 (file)
        (compare:CCFP (match_operand:TF 1 "gpc_reg_operand" "f")
                      (match_operand:TF 2 "gpc_reg_operand" "f")))]
   "DEFAULT_ABI == ABI_AIX && TARGET_HARD_FLOAT && TARGET_LONG_DOUBLE_128"
-  "fcmpu %0,%1,%2\;bne %0,%$+4\;fcmpu %0,%L1,%L2"
+  "fcmpu %0,%1,%2\;bne %0,$+4\;fcmpu %0,%L1,%L2"
   [(set_attr "type" "fpcompare")
    (set_attr "length" "12")])
 \f