Commit 67d0afe9 by Uros Bizjak Committed by Uros Bizjak

re PR middle-end/38652 (dse.c: In function get_call_args: dse.c:2309: error: target undeclared)

	PR middle-end/38652
	* dse.c: Include target.h.
	* Makefile.in (dse.o): Depend on $(TARGET_H).

From-SVN: r142949
parent 7c280c72
2008-12-28 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/38652
* dse.c: Include target.h.
* Makefile.in (dse.o): Depend on $(TARGET_H).
2008-12-29 Jakub Jelinek <jakub@redhat.com>
PR driver/38381
......@@ -2676,7 +2676,7 @@ dce.o : dce.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
dse.o : dse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
$(TREE_H) $(TM_P_H) $(REGS_H) hard-reg-set.h $(FLAGS_H) insn-config.h \
$(RECOG_H) $(EXPR_H) $(DF_H) cselib.h $(DBGCNT_H) $(TIMEVAR_H) tree-pass.h \
alloc-pool.h $(ALIAS_H) dse.h $(OPTABS_H)
alloc-pool.h $(ALIAS_H) dse.h $(OPTABS_H) $(TARGET_H)
fwprop.o : fwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
$(TOPLEV_H) insn-config.h $(RECOG_H) $(FLAGS_H) $(OBSTACK_H) $(BASIC_BLOCK_H) \
output.h $(DF_H) alloc-pool.h $(TIMEVAR_H) tree-pass.h $(TARGET_H) $(TM_P_H) \
......
......@@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see
#include "dse.h"
#include "optabs.h"
#include "dbgcnt.h"
#include "target.h"
/* This file contains three techniques for performing Dead Store
Elimination (dse).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment