diff options
author | Joern Rennecke <amylaar@spamcop.net> | 2010-11-29 00:50:04 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-11-29 00:50:04 +0000 |
commit | 991e8468249ed3ab9b875379f2e0df16e83931ec (patch) | |
tree | 92c990d21b3d8bf7f1401d35e7633101e2a8cbc9 /gcc/Makefile.in | |
parent | a7c52efeae41135e476ab6eedd2af221df3dd9a0 (diff) | |
download | gcc-991e8468249ed3ab9b875379f2e0df16e83931ec.tar.gz |
re PR tree-optimization/46621 (gimple.h includes tm.h)
PR tree-optimization/46621
* gimple.h: Don't include tm.h or hard-reg-set.h .
* Makefile.in (GIMPLE_H): Remove $(TM_H).
From-SVN: r167230
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 81742e62173..97ddf4690bd 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) |