[Bug target/31380] New: Typo in gcc/config/i386/sse.md

hjl at lucon dot org gcc-bugzilla@gcc.gnu.org
Wed Mar 28 01:08:00 GMT 2007


gcc/config/i386/sse.md has

(define_expand "uminv16qi3"
  [(set (match_operand:V16QI 0 "register_operand" "")
        (umin:V16QI (match_operand:V16QI 1 "nonimmediate_operand" "")
                    (match_operand:V16QI 2 "nonimmediate_operand" "")))]
  "TARGET_SSE2"
  "ix86_fixup_binary_operands_no_copy (UMAX, V16QImode, operands);")
                                       ^^^^ Shouldn't it be UMIN?


-- 
           Summary: Typo in gcc/config/i386/sse.md
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31380



More information about the Gcc-bugs mailing list