]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR tree-optimization/46621
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Nov 2010 00:50:04 +0000 (00:50 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Nov 2010 00:50:04 +0000 (00:50 +0000)
* gimple.h: Don't include tm.h or hard-reg-set.h .
* Makefile.in (GIMPLE_H): Remove $(TM_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167230 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in
gcc/gimple.h

index ac73a66673a5b22967a63283e4482b0878a85253..bf82ac9e3b3e0fbf01cc1206f4f8fa93b3681773 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-29  Joern Rennecke  <amylaar@spamcop.net>
+
+       PR tree-optimization/46621
+       * gimple.h: Don't include tm.h or hard-reg-set.h .
+       * Makefile.in (GIMPLE_H): Remove $(TM_H).
+
 2010-11-27  Jan Hubicka  <jh@suse.cz>
 
        * dwarf2out.c (dwarf2out_begin_function): Set cold_text_section
index 81742e62173c146f429ebdf872d8cfaf4a101e02..97ddf4690bdd23f55d8d7f2a8402554ffd292d28 100644 (file)
@@ -897,7 +897,7 @@ TREE_H = tree.h all-tree.def tree.def c-family/c-common.def \
 REGSET_H = regset.h $(BITMAP_H) hard-reg-set.h
 BASIC_BLOCK_H = basic-block.h $(PREDICT_H) $(VEC_H) $(FUNCTION_H) cfghooks.h
 GIMPLE_H = gimple.h gimple.def gsstruct.def pointer-set.h $(VEC_H) \
-       $(GGC_H) $(BASIC_BLOCK_H) $(TM_H) $(TARGET_H) tree-ssa-operands.h \
+       $(GGC_H) $(BASIC_BLOCK_H) $(TARGET_H) tree-ssa-operands.h \
        tree-ssa-alias.h vecir.h
 GCOV_IO_H = gcov-io.h gcov-iov.h auto-host.h
 COVERAGE_H = coverage.h $(GCOV_IO_H)
index 05f5231888639a69d8b81234d333053678a8d15b..c9e835a60c5ccf980aa33e715b5f08a3345e9496 100644 (file)
@@ -27,8 +27,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "vecprim.h"
 #include "vecir.h"
 #include "ggc.h"
-#include "tm.h"
-#include "hard-reg-set.h"
 #include "basic-block.h"
 #include "tree-ssa-operands.h"
 #include "tree-ssa-alias.h"