diff options
Diffstat (limited to 'gcc/tree-ssa-loop.h')
-rw-r--r-- | gcc/tree-ssa-loop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-loop.h b/gcc/tree-ssa-loop.h index 24fad0f..e523de2 100644 --- a/gcc/tree-ssa-loop.h +++ b/gcc/tree-ssa-loop.h @@ -66,11 +66,11 @@ public: extern bool for_each_index (tree *, bool (*) (tree, tree *, void *), void *); extern char *get_lsm_tmp_name (tree ref, unsigned n, const char *suffix = NULL); -extern unsigned tree_num_loop_insns (struct loop *, struct eni_weights *); +extern unsigned tree_num_loop_insns (class loop *, struct eni_weights *); /* Returns the loop of the statement STMT. */ -static inline struct loop * +static inline class loop * loop_containing_stmt (gimple *stmt) { basic_block bb = gimple_bb (stmt); |