diff options
Diffstat (limited to 'gcc/dump-context.h')
-rw-r--r-- | gcc/dump-context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/dump-context.h b/gcc/dump-context.h index a191e3a..f6df0b4 100644 --- a/gcc/dump-context.h +++ b/gcc/dump-context.h @@ -39,6 +39,8 @@ class dump_context ~dump_context (); + void dump_loc (dump_flags_t dump_kind, const dump_location_t &loc); + void dump_gimple_stmt (dump_flags_t dump_kind, dump_flags_t extra_dump_flags, gimple *gs, int spc); |