From 5fd8300bd5fda7ade5791662c5909094b22850ab Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 16 Jun 2009 16:46:31 +0000 Subject: bitmap.c (bitmap_clear): Don't declare as inline. * bitmap.c (bitmap_clear): Don't declare as inline. * gimple.c (gimplify_assign): Likewise. * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise. * haifa-sched.c (insn_cost): Don't declare with HAIFA_INLINE. (sched_scan_info): Remove duplicate definition. From-SVN: r148539 --- gcc/haifa-sched.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gcc/haifa-sched.c') diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index f876b45..eff10c8 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -601,7 +601,7 @@ static rtx last_scheduled_insn; /* Compute cost of executing INSN. This is the number of cycles between instruction issue and instruction results. */ -HAIFA_INLINE int +int insn_cost (rtx insn) { int cost; @@ -4721,8 +4721,6 @@ check_cfg (rtx head, rtx tail) #endif /* ENABLE_CHECKING */ -const struct sched_scan_info_def *sched_scan_info; - /* Extend per basic block data structures. */ static void extend_bb (void) -- cgit v1.1