rs6000.md (rs6000_mftb_<mode>): Use mode iterator GPR instead of P.
2014-09-11 Segher Boessenkool <segher@kernel.crashing.org> * config/rs6000/rs6000.md (rs6000_mftb_<mode>): Use mode iterator GPR instead of P. From-SVN: r215193
This commit is contained in:
parent
179b5a554c
commit
7043e9680c
@ -1,3 +1,8 @@
|
||||
2014-09-11 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/rs6000.md (rs6000_mftb_<mode>): Use mode iterator
|
||||
GPR instead of P.
|
||||
|
||||
2014-09-11 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
PR target/58757
|
||||
|
@ -14267,8 +14267,8 @@
|
||||
[(set_attr "length" "20")])
|
||||
|
||||
(define_insn "rs6000_mftb_<mode>"
|
||||
[(set (match_operand:P 0 "gpc_reg_operand" "=r")
|
||||
(unspec_volatile:P [(const_int 0)] UNSPECV_MFTB))]
|
||||
[(set (match_operand:GPR 0 "gpc_reg_operand" "=r")
|
||||
(unspec_volatile:GPR [(const_int 0)] UNSPECV_MFTB))]
|
||||
""
|
||||
{
|
||||
if (TARGET_MFCRF)
|
||||
|
Loading…
Reference in New Issue
Block a user