diff options
Diffstat (limited to 'gcc/gimple-range-trace.h')
-rw-r--r-- | gcc/gimple-range-trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-range-trace.h b/gcc/gimple-range-trace.h index 302afda..3f92e51 100644 --- a/gcc/gimple-range-trace.h +++ b/gcc/gimple-range-trace.h @@ -32,7 +32,7 @@ public: range_tracer (const char *name = ""); unsigned header (const char *str); void trailer (unsigned counter, const char *caller, bool result, tree name, - const irange &r); + const vrange &r); void print (unsigned counter, const char *str); inline void enable_trace () { tracing = true; } inline void disable_trace () { tracing = false; } |