aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-range.h')
-rw-r--r--gcc/gimple-range.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gimple-range.h b/gcc/gimple-range.h
index eaebb9c5..0713af4 100644
--- a/gcc/gimple-range.h
+++ b/gcc/gimple-range.h
@@ -55,7 +55,9 @@ public:
void export_global_ranges ();
inline gori_compute &gori () { return m_cache.m_gori; }
virtual void dump (FILE *f) OVERRIDE;
+ void debug ();
void dump_bb (FILE *f, basic_block bb);
+ auto_edge_flag non_executable_edge_flag;
protected:
bool fold_range_internal (irange &r, gimple *s, tree name);
ranger_cache m_cache;