summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-02 12:09:08 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-02 12:09:08 +0000
commit64cf91f518c092d86637285865739727cd964e66 (patch)
tree783ce3b866cf2b027ecd4951420ee3157eb004be /gcc/Makefile.in
parent97ba7b4faae1d97da8adca5c5f184d40abd377f7 (diff)
downloadgcc-64cf91f518c092d86637285865739727cd964e66.tar.gz
2008-03-02 Andi Kleen <ak@suse.de>
Richard Guenther <rguenther@suse.de> * struct-equiv.c: Remove file. * cfg_cleanup.c (condjump_equiv_p): Remove. * Makefile.in (OBJS-common): Remove struct-equiv.o. (struct-equiv.o): Remove rule. * basic-block.h (struct_equiv_checkpoint, STRUCT_EQUIV_*, insns_match_p, struct_equiv_block_eq, struct_equiv_init, rtx_equiv_p, condjump_equiv_p): Remove prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132814 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 5878d1411cc..6b8aab3ea80 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1138,7 +1138,6 @@ OBJS-common = \
stmt.o \
stor-layout.o \
stringpool.o \
- struct-equiv.o \
targhooks.o \
timevar.o \
toplev.o \
@@ -2677,10 +2676,6 @@ cfgloopanal.o : cfgloopanal.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
$(OBSTACK_H) output.h graphds.h
graphds.o : graphds.c graphds.h $(CONFIG_H) $(SYSTEM_H) bitmap.h $(OBSTACK_H) \
coretypes.h vec.h vecprim.h
-struct-equiv.o : struct-equiv.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
- $(RTL_H) hard-reg-set.h output.h $(FLAGS_H) $(RECOG_H) \
- insn-config.h $(TARGET_H) $(TM_P_H) $(PARAMS_H) \
- $(REGS_H) $(EMIT_RTL_H) $(DF_H)
loop-iv.o : loop-iv.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(BASIC_BLOCK_H) \
hard-reg-set.h $(CFGLOOP_H) $(EXPR_H) coretypes.h $(TM_H) $(OBSTACK_H) \
output.h intl.h $(DF_H) $(HASHTAB_H)