aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-06-16 16:46:31 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2009-06-16 16:46:31 +0000
commit5fd8300bd5fda7ade5791662c5909094b22850ab (patch)
tree8a7ef94683b5b2f9d6ddab64390028d3726cc272 /gcc/bitmap.c
parentfe673cc9cbe324d73a2250d51c207527090a5439 (diff)
downloadgcc-5fd8300bd5fda7ade5791662c5909094b22850ab.zip
gcc-5fd8300bd5fda7ade5791662c5909094b22850ab.tar.gz
gcc-5fd8300bd5fda7ade5791662c5909094b22850ab.tar.bz2
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
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r--gcc/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index 8e0a724..61a40ee 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -291,7 +291,7 @@ bitmap_elt_clear_from (bitmap head, bitmap_element *elt)
/* Clear a bitmap by freeing the linked list. */
-inline void
+void
bitmap_clear (bitmap head)
{
if (head->first)