aboutsummaryrefslogtreecommitdiff
path: root/gcc/lower-subreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lower-subreg.h')
-rw-r--r--gcc/lower-subreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lower-subreg.h b/gcc/lower-subreg.h
index b4320826a28..16c48bf8cd8 100644
--- a/gcc/lower-subreg.h
+++ b/gcc/lower-subreg.h
@@ -34,6 +34,7 @@ struct lower_subreg_choices {
should be split. */
bool splitting_ashift[MAX_BITS_PER_WORD];
bool splitting_lshiftrt[MAX_BITS_PER_WORD];
+ bool splitting_ashiftrt[MAX_BITS_PER_WORD];
/* True if there is at least one mode that is worth splitting. */
bool something_to_do;