Remove dead variable.

	* config/rs6000/rs6000.c (common_mode_defined): Remove
	unused variable.
parent b31f8023
2020-01-21 Martin Liska <mliska@suse.cz>
* config/rs6000/rs6000.c (common_mode_defined): Remove
unused variable.
2020-01-21 Richard Biener <rguenther@suse.de> 2020-01-21 Richard Biener <rguenther@suse.de>
PR tree-optimization/92328 PR tree-optimization/92328
......
...@@ -101,9 +101,6 @@ ...@@ -101,9 +101,6 @@
/* Support targetm.vectorize.builtin_mask_for_load. */ /* Support targetm.vectorize.builtin_mask_for_load. */
GTY(()) tree altivec_builtin_mask_for_load; GTY(()) tree altivec_builtin_mask_for_load;
/* Set to nonzero once AIX common-mode calls have been defined. */
static GTY(()) int common_mode_defined;
#ifdef USING_ELFOS_H #ifdef USING_ELFOS_H
/* Counter for labels which are to be placed in .fixup. */ /* Counter for labels which are to be placed in .fixup. */
int fixuplabelno = 0; int fixuplabelno = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment