diff options
Diffstat (limited to 'gcc/lower-subreg.h')
-rw-r--r-- | gcc/lower-subreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lower-subreg.h b/gcc/lower-subreg.h index 8f106674d5e..8c590473f79 100644 --- a/gcc/lower-subreg.h +++ b/gcc/lower-subreg.h @@ -43,7 +43,7 @@ struct lower_subreg_choices { /* Target-specific information for the subreg lowering pass. */ struct target_lower_subreg { /* An integer mode that is twice as wide as word_mode. */ - enum machine_mode x_twice_word_mode; + machine_mode x_twice_word_mode; /* What we have decided to do when optimizing for size (index 0) and speed (index 1). */ |