Commit d1c9ce9f by David Edelsohn Committed by David Edelsohn

i386.md (addhi_4): Correct reference in comment.

        * config/i386/i386.md (addhi_4): Correct reference in comment.
        (addqi_4): Same.

From-SVN: r93102
parent ef719a44
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.
......
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment