pa.md (tp_load): Correct mfctl instruction syntax.
* pa.md (tp_load): Correct mfctl instruction syntax. From-SVN: r121487
This commit is contained in:
parent
9278121c0f
commit
546dcc4352
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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")])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue