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:
Segher Boessenkool 2014-09-11 23:50:31 +02:00 committed by Segher Boessenkool
parent 179b5a554c
commit 7043e9680c
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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)