From: Richard Biener Date: Wed, 28 Aug 2019 13:26:41 +0000 (+0000) Subject: i386-features.c (convert_scalars_to_vector): Do not add the MD problem. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=629c4e52e48ae0a02cd757815c8dc25a41a53d88;p=gcc.git i386-features.c (convert_scalars_to_vector): Do not add the MD problem. 2019-08-28 Richard Biener * config/i386/i386-features.c (convert_scalars_to_vector): Do not add the MD problem. From-SVN: r274990 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b9b9da98491..9d64840844f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-08-28 Richard Biener + + * config/i386/i386-features.c (convert_scalars_to_vector): Do not + add the MD problem. + 2019-09-28 Bernd Edlinger Richard Biener diff --git a/gcc/config/i386/i386-features.c b/gcc/config/i386/i386-features.c index 6eb1482a9f0..d6a10747857 100644 --- a/gcc/config/i386/i386-features.c +++ b/gcc/config/i386/i386-features.c @@ -1564,7 +1564,6 @@ convert_scalars_to_vector (bool timode_p) calculate_dominance_info (CDI_DOMINATORS); df_set_flags (DF_DEFER_INSN_RESCAN); df_chain_add_problem (DF_DU_CHAIN | DF_UD_CHAIN); - df_md_add_problem (); df_analyze (); /* Find all instructions we want to convert into vector mode. */