mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 23:41:01 +08:00
Remove dead variable.
* config/rs6000/rs6000.c (common_mode_defined): Remove unused variable.
This commit is contained in:
parent
b31f80231d
commit
56e2cc43de
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user