aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-phinodes.c
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/tree-phinodes.c
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/tree-phinodes.c')
-rw-r--r--gcc/tree-phinodes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c
index bd0bde3..6408a52 100644
--- a/gcc/tree-phinodes.c
+++ b/gcc/tree-phinodes.c
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
-#include "rtl.h" /* FIXME: Only for ceil_log2, of all things... */
#include "ggc.h"
#include "basic-block.h"
#include "tree-flow.h"