aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-06-17 21:01:25 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-06-17 21:01:25 +0000
commit46d33ae927892aa2fbec97dfa90f7bd9a055a1bb (patch)
treea4d54b10f7c0db155dd485fd849fee5c27f1b77c /gcc/rtl.h
parent0df965d73f62798d8b9288a27c351502edbb1831 (diff)
downloadgcc-46d33ae927892aa2fbec97dfa90f7bd9a055a1bb.zip
gcc-46d33ae927892aa2fbec97dfa90f7bd9a055a1bb.tar.gz
gcc-46d33ae927892aa2fbec97dfa90f7bd9a055a1bb.tar.bz2
expmed.c (ceil_log2): Move from here...
* expmed.c (ceil_log2): Move from here... * hwint.c: ... to here for older GCCs... * hwint.h: ... and here for newer GCCs. * rtl.h (ceil_log2): Remove prototype. * tree-phinodes.c: Do not include rtl.h. * Makefile.in (tree-phinodes.o): Do not depend on RTL_H. From-SVN: r188710
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 1d71971..f9864cb 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1638,9 +1638,6 @@ extern int currently_expanding_to_rtl;
/* Generally useful functions. */
-/* In expmed.c */
-extern int ceil_log2 (unsigned HOST_WIDE_INT);
-
/* In explow.c */
extern HOST_WIDE_INT trunc_int_for_mode (HOST_WIDE_INT, enum machine_mode);
extern rtx plus_constant (enum machine_mode, rtx, HOST_WIDE_INT);