Commit 2e7d5318 by David Edelsohn Committed by David Edelsohn

* rs6000.md (cmptf_internal1): Replace %$ with $.

From-SVN: r47248
parent dcc61724
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.
......
......@@ -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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment