diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 3a8327b..ddc56f6 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -7097,7 +7097,7 @@ native_interpret_vector (tree type, unsigned char *ptr, int len) } -/* Subroutine of fold_view_convert_expr. Interpet the contents of +/* Subroutine of fold_view_convert_expr. Interpret the contents of the buffer PTR of length LEN as a constant of type TYPE. For INTEGRAL_TYPE_P we return an INTEGER_CST, for SCALAR_FLOAT_TYPE_P we return a REAL_CST, etc... If the buffer cannot be interpreted, |