diff options
Diffstat (limited to 'gcc/gimplify.cc')
-rw-r--r-- | gcc/gimplify.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gimplify.cc b/gcc/gimplify.cc index 9009683..9c5aa06 100644 --- a/gcc/gimplify.cc +++ b/gcc/gimplify.cc @@ -1280,7 +1280,8 @@ build_stack_save_restore (gcall **save, gcall **restore) 1, tmp_var); } -/* Generate IFN_ASAN_MARK call that poisons shadow of a for DECL variable. */ +/* Generate IFN_ASAN_MARK call that poisons shadow memory of the DECL + variable. */ static tree build_asan_poison_call_expr (tree decl) |