aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-07-25 21:29:10 +0000
committerRichard Stallman <rms@gnu.org>1993-07-25 21:29:10 +0000
commitc0f0634494724af45fea603c8800a5ad5af37d59 (patch)
tree1f063a9d15e5d212a4e99b5b955d75c50d59434e /gcc
parentc937357e3adcea76ec866a13a6e599dda464ab48 (diff)
downloadgcc-c0f0634494724af45fea603c8800a5ad5af37d59.zip
gcc-c0f0634494724af45fea603c8800a5ad5af37d59.tar.gz
gcc-c0f0634494724af45fea603c8800a5ad5af37d59.tar.bz2
(movstrictqi): Change q<-g alternative to q<-m.
From-SVN: r4984
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 983f497..cda3150 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -794,8 +794,8 @@
;; faster.
(define_insn "movstrictqi"
- [(set (strict_low_part (match_operand:QI 0 "general_operand" "+q,qm"))
- (match_operand:QI 1 "general_operand" "*g,qn"))]
+ [(set (strict_low_part (match_operand:QI 0 "general_operand" "+qm,q"))
+ (match_operand:QI 1 "general_operand" "*qn,m"))]
""
"*
{
@@ -815,7 +815,7 @@
/* Fastest way to change a 0 to a 1. */
return AS1 (inc%B0,%0);
- /* If mov%B0 isn't allowed for one of these regs, use mov%W0. */
+ /* If mov%B0 isn't allowed for one of these regs, use mov%L0. */
if (NON_QI_REG_P (operands[0]) || NON_QI_REG_P (operands[1]))
{
abort ();