diff options
author | Andi Kleen <ak@suse.de> | 2008-03-02 12:09:08 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2008-03-02 12:09:08 +0000 |
commit | f3130d75de9ee11021903011d6ef4452aa2a2bb5 (patch) | |
tree | 783ce3b866cf2b027ecd4951420ee3157eb004be /gcc/Makefile.in | |
parent | 363d536b17b212bb02f709bc045c174c53062ef2 (diff) | |
download | gcc-f3130d75de9ee11021903011d6ef4452aa2a2bb5.tar.gz |
struct-equiv.c: Remove file.
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.
Co-Authored-By: Richard Guenther <rguenther@suse.de>
From-SVN: r132814
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 5 |
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) |