From e3b7afcb34c7c4d4cd2f876e83fc2c90c2eeaae6 Mon Sep 17 00:00:00 2001 From: segher Date: Thu, 11 Sep 2014 21:50:31 +0000 Subject: [PATCH] 2014-09-11 Segher Boessenkool * config/rs6000/rs6000.md (rs6000_mftb_): Use mode iterator GPR instead of P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215193 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/rs6000.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 117f7f3e378..234ea608330 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-09-11 Segher Boessenkool + + * config/rs6000/rs6000.md (rs6000_mftb_): Use mode iterator + GPR instead of P. + 2014-09-11 Marc Glisse PR target/58757 diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index b5aeaed16aa..1e73e6a0e50 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -14267,8 +14267,8 @@ [(set_attr "length" "20")]) (define_insn "rs6000_mftb_" - [(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) -- 2.11.4.GIT