aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-11-11 23:50:45 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2012-11-11 15:50:45 -0800
commited15a7eeaa1f85ad6907aea61d145538e05eb19e (patch)
treee1ccf368eaa0cef90ba4534798855a25e783377e
parent5b1efcb719199d54012b37288e48c10255907cab (diff)
downloadgcc-ed15a7eeaa1f85ad6907aea61d145538e05eb19e.zip
gcc-ed15a7eeaa1f85ad6907aea61d145538e05eb19e.tar.gz
gcc-ed15a7eeaa1f85ad6907aea61d145538e05eb19e.tar.bz2
Remove "!" from riF->o alternative
* config/i386/i386.md (*movti_internal_rex64): Remove "!" from riF->o alternative. From-SVN: r193418
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 568b209..6c2d6ce 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.md (*movti_internal_rex64): Remove "!" from
+ riF->o alternative.
+
2012-11-11 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/sparc.h (AS_NIAGARA3_FLAG): Tweak.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 2598a1f..243ab4e 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -1874,7 +1874,7 @@
(const_string "OI")))])
(define_insn "*movti_internal_rex64"
- [(set (match_operand:TI 0 "nonimmediate_operand" "=!r ,!o ,x,x ,m")
+ [(set (match_operand:TI 0 "nonimmediate_operand" "=!r ,o ,x,x ,m")
(match_operand:TI 1 "general_operand" "riFo,riF,C,xm,x"))]
"TARGET_64BIT && !(MEM_P (operands[0]) && MEM_P (operands[1]))"
{