diff options
Diffstat (limited to 'gcc/tree-affine.h')
-rw-r--r-- | gcc/tree-affine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 010f4a7..b83a501 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -49,7 +49,7 @@ typedef struct affine_tree_combination TYPE, but their sizes must be the same (STRIP_NOPS is applied to the elements). - The coefficients are always sign extened from the precision of TYPE + The coefficients are always sign extended from the precision of TYPE (regardless of signedness of TYPE). */ struct aff_comb_elt elts[MAX_AFF_ELTS]; |