Fix Typo.
gcc/ChangeLog * config/i386/i386.md (*one_cmpl<mode>2_1): Fix typo, change alternative from 2 to 1 in attr isa.
This commit is contained in:
parent
30b76d9059
commit
93ac0c05ff
1 changed files with 1 additions and 1 deletions
|
@ -10561,7 +10561,7 @@
|
|||
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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue