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
+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
[(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)