aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2019-08-28 13:26:41 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2019-08-28 13:26:41 +0000
commit629c4e52e48ae0a02cd757815c8dc25a41a53d88 (patch)
tree58656a2011baeedc204b997388907419c1c5b5c4 /gcc
parent13668284c944a88ee0bf50922fbd0253d586c523 (diff)
downloadgcc-629c4e52e48ae0a02cd757815c8dc25a41a53d88.zip
gcc-629c4e52e48ae0a02cd757815c8dc25a41a53d88.tar.gz
gcc-629c4e52e48ae0a02cd757815c8dc25a41a53d88.tar.bz2
i386-features.c (convert_scalars_to_vector): Do not add the MD problem.
2019-08-28 Richard Biener <rguenther@suse.de> * config/i386/i386-features.c (convert_scalars_to_vector): Do not add the MD problem. From-SVN: r274990
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386-features.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b9b9da9..9d64840 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-28 Richard Biener <rguenther@suse.de>
+
+ * config/i386/i386-features.c (convert_scalars_to_vector): Do not
+ add the MD problem.
+
2019-09-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
Richard Biener <rguenther@suse.de>
diff --git a/gcc/config/i386/i386-features.c b/gcc/config/i386/i386-features.c
index 6eb1482..d6a1074 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. */