aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2005-01-09 01:28:04 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2005-01-08 20:28:04 -0500
commitd1c9ce9fcdfd347c301135726eaf7219b7df1e42 (patch)
treee52e2812f0659b935e8fa8f0e8071aa4d77c168a /gcc
parentef719a44ef6afad4baa91dd3217e542a1a2f2683 (diff)
downloadgcc-d1c9ce9fcdfd347c301135726eaf7219b7df1e42.zip
gcc-d1c9ce9fcdfd347c301135726eaf7219b7df1e42.tar.gz
gcc-d1c9ce9fcdfd347c301135726eaf7219b7df1e42.tar.bz2
i386.md (addhi_4): Correct reference in comment.
* config/i386/i386.md (addhi_4): Correct reference in comment. (addqi_4): Same. From-SVN: r93102
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.md4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5238e1e..d4395a0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-08 David Edelsohn <edelsohn@gnu.org>
+
+ * config/i386/i386.md (addhi_4): Correct reference in comment.
+ (addqi_4): Same.
+
2005-01-08 Richard Henderson <rth@redhat.com>
* config/i386/emmintrin.h (_mm_cvtsi128_si32): Move earlier.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 08aa382..c582c35 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -6098,7 +6098,7 @@
(const_string "alu")))
(set_attr "mode" "HI")])
-; See comments above addsi_3_imm for details.
+; See comments above addsi_4 for details.
(define_insn "*addhi_4"
[(set (reg FLAGS_REG)
(compare (match_operand:HI 1 "nonimmediate_operand" "0")
@@ -6390,7 +6390,7 @@
(const_string "alu")))
(set_attr "mode" "QI")])
-; See comments above addsi_3_imm for details.
+; See comments above addsi_4 for details.
(define_insn "*addqi_4"
[(set (reg FLAGS_REG)
(compare (match_operand:QI 1 "nonimmediate_operand" "0")