diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-17 21:01:25 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-17 21:01:25 +0000 |
commit | f80de6c27b798006b103299b64959a378490cebe (patch) | |
tree | a4d54b10f7c0db155dd485fd849fee5c27f1b77c /gcc/rtl.h | |
parent | 6df834069ead41bce52c7f450daf4a5fa6f19b8d (diff) | |
download | gcc-f80de6c27b798006b103299b64959a378490cebe.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188710 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 1d71971335a..f9864cb4847 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); |