diff options
Diffstat (limited to 'gcc/gimple-walk.h')
-rw-r--r-- | gcc/gimple-walk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-walk.h b/gcc/gimple-walk.h index d5d1a82..3ef868a 100644 --- a/gcc/gimple-walk.h +++ b/gcc/gimple-walk.h @@ -28,6 +28,7 @@ struct walk_stmt_info { /* Points to the current statement being walked. */ gimple_stmt_iterator gsi; + gimple *stmt; /* Additional data that the callback functions may want to carry through the recursion. */ |