aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorJeffrey Oldham <oldham@codesourcery.com>2001-02-21 16:11:59 +0000
committerJeffrey D. Oldham <oldham@gcc.gnu.org>2001-02-21 16:11:59 +0000
commit0443f602bc9f5711c31e45a995ceaf6828d08283 (patch)
tree4a642b8fbfaab6d7d53f3f8917b92e5cbc52db22 /gcc/Makefile.in
parent7e6d8ba1842561ee144669cc97fad0fcbda65ae6 (diff)
downloadgcc-0443f602bc9f5711c31e45a995ceaf6828d08283.zip
gcc-0443f602bc9f5711c31e45a995ceaf6828d08283.tar.gz
gcc-0443f602bc9f5711c31e45a995ceaf6828d08283.tar.bz2
Makefile.in (reorg.o): Add params.h dependence.
2001-02-21 Jeffrey Oldham <oldham@codesourcery.com> * Makefile.in (reorg.o): Add params.h dependence. * params.def: Fix typographical error in comment. (MAX_DELAY_SLOT_INSN_SEARCH): New parameter. * params.h: Modify introductory comment. (MAX_DELAY_SLOT_INSN_SEARCH): New parameter. * reorg.c: Add dependence on params.h. (redundant_insn): Add parameterized throttle for search. (fill_simple_delay_slots): Add a comment explaining a variable. Move conditional out of loop, simplifying code. (fill_eager_delay_slots): Fix typographical error in comment. From-SVN: r39948
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 b71ca64..ba41875 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1481,7 +1481,7 @@ caller-save.o : caller-save.c $(CONFIG_H) system.h $(RTL_H) flags.h \
$(RECOG_H) reload.h $(EXPR_H) toplev.h
reorg.o : reorg.c $(CONFIG_H) system.h $(RTL_H) conditions.h hard-reg-set.h \
$(BASIC_BLOCK_H) $(REGS_H) insn-config.h $(INSN_ATTR_H) insn-flags.h \
- $(RECOG_H) function.h flags.h output.h $(EXPR_H) toplev.h
+ $(RECOG_H) function.h flags.h output.h $(EXPR_H) toplev.h params.h
alias.o : alias.c $(CONFIG_H) system.h $(RTL_H) flags.h hard-reg-set.h \
$(BASIC_BLOCK_H) $(REGS_H) toplev.h output.h $(EXPR_H) insn-flags.h \
$(GGC_H) function.h cselib.h $(TREE_H)