diff options
Diffstat (limited to 'gcc/tree-mudflap.c')
-rw-r--r-- | gcc/tree-mudflap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c index 4d9e77b490e..dcde2ac9555 100644 --- a/gcc/tree-mudflap.c +++ b/gcc/tree-mudflap.c @@ -819,7 +819,7 @@ mx_register_decls (tree decl, tree *stmt_list) { /* Oh no ... it's probably a variable-length array (VLA). The size and address cannot be computed by merely - looking at the DECL. See gimplfiy_decl_stmt for the + looking at the DECL. See gimplify_decl_stmt for the method by which VLA declarations turn into calls to BUILT_IN_STACK_ALLOC. We assume that multiple VLAs declared later in the same block get allocation |