Re: [middle-end, patch 7/9] Create ipa-prop structures when …

Top Page

Reply to this message
Author: Martin Jambor
Date:  
To: Ralf Wildenhues, GCC Patches, Jan Hubicka, Kenneth Zadeck, Razya Ladelsky
Subject: Re: [middle-end, patch 7/9] Create ipa-prop structures when performing indirect inlining
On Sun, Jul 06, 2008 at 09:35:55AM +0200, Ralf Wildenhues wrote:
> Hello Martin,
>
> * Martin Jambor wrote on Fri, Jul 04, 2008 at 10:38:54PM CEST:
> > 2008-07-04 Martin Jambor <mjambor@???>
> >
> >     * ipa-inline.c: Include ipa-prop.h.
>
> This needs adjustment of the ipa-inline.o rule in gcc/Makefile.in.


Thanks for noticing this, the patch should include the follwing hunk.

Index: iinln/gcc/Makefile.in
===================================================================
--- iinln.orig/gcc/Makefile.in
+++ iinln/gcc/Makefile.in
@@ -2544,7 +2544,7 @@ matrix-reorg.o : matrix-reorg.c $(CONFIG
ipa-inline.o : ipa-inline.c gt-ipa-inline.h $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(TREE_H) langhooks.h $(TREE_INLINE_H) $(FLAGS_H) $(CGRAPH_H) intl.h \
$(DIAGNOSTIC_H) $(FIBHEAP_H) $(PARAMS_H) $(TIMEVAR_H) tree-pass.h \
- $(COVERAGE_H) $(HASHTAB_H) $(RTL_H)
+ $(COVERAGE_H) $(HASHTAB_H) $(RTL_H) ipa-prop.h
ipa-utils.o : ipa-utils.c $(IPA_UTILS_H) $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) $(TREE_H) $(TREE_FLOW_H) $(TREE_INLINE_H) langhooks.h \
pointer-set.h $(GGC_H) $(C_COMMON_H) $(TREE_GIMPLE_H) \