diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 60d35724aaf..d77a3b36ade 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -4243,7 +4243,7 @@ gimplify_type_sizes (tree type, tree *list_p) tree field, t; /* Note that we do not check for TYPE_SIZES_GIMPLIFIED already set because - that's not supposed to happen on types where gimplifcation does anything. + that's not supposed to happen on types where gimplification does anything. We should assert that it isn't set, but we can indeed be called multiple times on pointers. Unfortunately, this includes fat pointers which we can't easily test for. We could pass TYPE down to gimplify_one_sizepos |