diff options
author | liuhongt <hongtao.liu@intel.com> | 2020-12-21 18:17:15 +0800 |
---|---|---|
committer | liuhongt <hongtao.liu@intel.com> | 2020-12-22 09:32:16 +0800 |
commit | 93ac0c05ffc84acba8e73ed5238fc325044378e0 (patch) | |
tree | 2ec001c421b8fb2bee1c57a90b280be96fcc885e /gcc | |
parent | 30b76d90596178c3a71910104326c12a4a2ac25f (diff) | |
download | gcc-93ac0c05ffc84acba8e73ed5238fc325044378e0.zip gcc-93ac0c05ffc84acba8e73ed5238fc325044378e0.tar.gz gcc-93ac0c05ffc84acba8e73ed5238fc325044378e0.tar.bz2 |
Fix Typo.
gcc/ChangeLog
* config/i386/i386.md (*one_cmpl<mode>2_1): Fix typo, change
alternative from 2 to 1 in attr isa.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 21f0044..39c0eb3 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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")) |