diff options
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ struct iv_class unsigned reversed : 1; /* 1 if we reversed the loop that this biv controls. */ unsigned all_reduced : 1; /* 1 if all givs using this biv have - been reduced. */ + been reduced. */ }; |