Commit 546dcc43 by Guy Martin Committed by John David Anglin

pa.md (tp_load): Correct mfctl instruction syntax.

	* pa.md (tp_load): Correct mfctl instruction syntax.

From-SVN: r121487
parent 9278121c
2007-02-01 Guy Martin <gmsoft@gentoo.org>
* pa.md (tp_load): Correct mfctl instruction syntax.
2007-02-01 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.c (rs6000_stack_info): Correct
......
......@@ -9906,7 +9906,7 @@ add,l %2,%3,%3\;bv,n %%r0(%3)"
[(set (match_operand:SI 0 "register_operand" "=r")
(unspec:SI [(const_int 0)] UNSPEC_TP))]
""
"{mfctl|mfctl,w} %%cr27,%0"
"mfctl %%cr27,%0"
[(set_attr "type" "multi")
(set_attr "length" "4")])
......
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