diff options
author | Guy Martin <gmsoft@gentoo.org> | 2007-02-02 02:09:36 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2007-02-02 02:09:36 +0000 |
commit | 546dcc43525d33bb2ff29ce1c74c365ff7baa0b8 (patch) | |
tree | 4b9f9685d07ca9f3c9b89f4bc479b28e2b895bb0 /gcc/config | |
parent | 9278121c0fc81d81f475a557eae678a7a2c4d23f (diff) | |
download | gcc-546dcc43525d33bb2ff29ce1c74c365ff7baa0b8.zip gcc-546dcc43525d33bb2ff29ce1c74c365ff7baa0b8.tar.gz gcc-546dcc43525d33bb2ff29ce1c74c365ff7baa0b8.tar.bz2 |
pa.md (tp_load): Correct mfctl instruction syntax.
* pa.md (tp_load): Correct mfctl instruction syntax.
From-SVN: r121487
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 3b5a5fc..f4c1325 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -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")]) |