From: segher Date: Thu, 11 Sep 2014 21:50:31 +0000 (+0000) Subject: 2014-09-11 Segher Boessenkool X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b7afcb34c7c4d4cd2f876e83fc2c90c2eeaae6;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 117f7f3e3788..234ea6083308 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 b5aeaed16aa0..1e73e6a0e504 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)