aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorZdenek Dvorak <dvorakz@suse.cz>2006-04-19 14:48:35 +0200
committerZdenek Dvorak <rakdver@gcc.gnu.org>2006-04-19 12:48:35 +0000
commit74c96e0c149acb69337d704bfcd32d1e60724307 (patch)
treeb50b5aa4ee5c10e726dd584ddc017c34982c6386 /gcc/Makefile.in
parent4414de4a96f412f56cd57f4506edb466a43dd147 (diff)
downloadgcc-74c96e0c149acb69337d704bfcd32d1e60724307.zip
gcc-74c96e0c149acb69337d704bfcd32d1e60724307.tar.gz
gcc-74c96e0c149acb69337d704bfcd32d1e60724307.tar.bz2
dominance.c: Include timevar.h.
* dominance.c: Include timevar.h. (calculate_dominance_info): Use TV_DOMINANCE. * timevar.def (TV_DOMINANCE): New timevar. * Makefile.in (dominance.o): Add TIMEVAR_H dependency. From-SVN: r113075
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 925ee6c..216305f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2446,7 +2446,7 @@ loop-unroll.o: loop-unroll.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TM_H) \
output.h $(EXPR_H) coretypes.h $(TM_H) $(HASHTAB_H) $(RECOG_H) \
$(OBSTACK_H)
dominance.o : dominance.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
- hard-reg-set.h $(BASIC_BLOCK_H) et-forest.h $(OBSTACK_H) toplev.h
+ hard-reg-set.h $(BASIC_BLOCK_H) et-forest.h $(OBSTACK_H) toplev.h $(TIMEVAR_H)
et-forest.o : et-forest.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
et-forest.h alloc-pool.h $(BASIC_BLOCK_H)
combine.o : combine.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \