diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 17:55:47 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 17:55:47 +0000 |
commit | 101d9422ff9c0d81d6ba89716dc2170ce0cb6373 (patch) | |
tree | a2652fbc3bf785d92087b4b70ea0f48b74376763 /gcc/Makefile.in | |
parent | 7ac873244e5544a55e421690c6c20ba575f3068d (diff) | |
download | gcc-101d9422ff9c0d81d6ba89716dc2170ce0cb6373.tar.gz |
* Makefile.in (tree-pretty-print.o): Depend on tree-chrec.h.
* tree-pretty-print.c: Include tree-chrec.h.
(dump_generic_node): Pretty print SCEV_KNOWN, SCEV_NOT_KNOWN
and POLYNOMIAL_CHREC nodes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84826 138bc75d-0d04-0410-961f-82ee72b054a4
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 68b7252ded9..b2f4c944299 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1738,7 +1738,7 @@ tree-nomudflap.o : $(CONFIG_H) errors.h $(SYSTEM_H) $(TREE_H) tree-inline.h \ output.h varray.h langhooks.h tree-mudflap.h $(TM_H) coretypes.h tree-pretty-print.o : tree-pretty-print.c $(CONFIG_H) $(SYSTEM_H) \ errors.h $(TREE_H) diagnostic.h real.h $(HASHTAB_H) $(TREE_FLOW_H) \ - $(TM_H) coretypes.h tree-iterator.h + $(TM_H) coretypes.h tree-iterator.h tree-chrec.h fold-const.o : fold-const.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(TREE_H) $(FLAGS_H) real.h toplev.h $(HASHTAB_H) $(EXPR_H) $(RTL_H) $(GGC_H) \ $(TM_P_H) langhooks.h $(MD5_H) |