Fix Typo.
authorliuhongt <hongtao.liu@intel.com>
Mon, 21 Dec 2020 10:17:15 +0000 (18:17 +0800)
committerliuhongt <hongtao.liu@intel.com>
Tue, 22 Dec 2020 01:32:16 +0000 (09:32 +0800)
gcc/ChangeLog

* config/i386/i386.md (*one_cmpl<mode>2_1): Fix typo, change
alternative from 2 to 1 in attr isa.

gcc/config/i386/i386.md

index 21f0044179f399bf8c473114450886ead9ee0467..39c0eb3f9151cdc3f8bf5bc16729ec092a7caebd 100644 (file)
    not{<imodesuffix>}\t%0
    #"
   [(set (attr "isa")
-       (cond [(eq_attr "alternative" "2")
+       (cond [(eq_attr "alternative" "1")
                 (if_then_else (eq_attr "mode" "SI,DI")
                   (const_string "avx512bw")
                   (const_string "avx512f"))