Remove dead variable.

* config/rs6000/rs6000.c (common_mode_defined): Remove
	unused variable.
This commit is contained in:
Martin Liska 2020-01-21 15:53:34 +01:00
parent b31f80231d
commit 56e2cc43de
No known key found for this signature in database
GPG Key ID: 4DC182DC0FA73785
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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>
PR tree-optimization/92328

View File

@ -101,9 +101,6 @@
/* Support targetm.vectorize.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
/* Counter for labels which are to be placed in .fixup. */
int fixuplabelno = 0;