From: liuhongt Date: Mon, 21 Dec 2020 10:17:15 +0000 (+0800) Subject: Fix Typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93ac0c05ffc84acba8e73ed5238fc325044378e0;p=gcc.git Fix Typo. gcc/ChangeLog * config/i386/i386.md (*one_cmpl2_1): Fix typo, change alternative from 2 to 1 in attr isa. --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 21f0044179f..39c0eb3f915 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -10561,7 +10561,7 @@ not{}\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"))