From: David Edelsohn Date: Wed, 21 Nov 2001 22:17:27 +0000 (+0000) Subject: * rs6000.md (cmptf_internal1): Replace %$ with $. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e7d5318fc0902a682ef1a2b1e43df40f7f3de29;p=gcc.git * rs6000.md (cmptf_internal1): Replace %$ with $. From-SVN: r47248 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e0ad011f51..6c625845cb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-21 David Edelsohn + + * rs6000.md (cmptf_internal1): Replace %$ with $. + Wed Nov 21 16:44:01 2001 Douglas B. Rupp * cppfiles.c (STAT_SIZE_TOO_BIG): Define. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 2c664cad624..0af89e663b1 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -10241,7 +10241,7 @@ (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")])