[llvm-commits] [dragonegg] r90862 - /dragonegg/trunk/gcc-patches/lto_flags.diff
Duncan Sands
baldrick at free.fr
Tue Dec 8 09:28:32 PST 2009
Author: baldrick
Date: Tue Dec 8 11:28:31 2009
New Revision: 90862
URL: http://llvm.org/viewvc/llvm-project?rev=90862&view=rev
Log:
Need to note the new #include in Makefile.in, as pointed out
by Rafael.
Modified:
dragonegg/trunk/gcc-patches/lto_flags.diff
Modified: dragonegg/trunk/gcc-patches/lto_flags.diff
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/gcc-patches/lto_flags.diff?rev=90862&r1=90861&r2=90862&view=diff
==============================================================================
--- dragonegg/trunk/gcc-patches/lto_flags.diff (original)
+++ dragonegg/trunk/gcc-patches/lto_flags.diff Tue Dec 8 11:28:31 2009
@@ -1,7 +1,7 @@
Index: mainline/gcc/cgraphunit.c
===================================================================
---- mainline.orig/gcc/cgraphunit.c 2009-12-05 13:39:51.034414478 +0100
-+++ mainline/gcc/cgraphunit.c 2009-12-05 13:44:22.576904063 +0100
+--- mainline.orig/gcc/cgraphunit.c 2009-12-08 17:31:41.004321857 +0100
++++ mainline/gcc/cgraphunit.c 2009-12-08 17:36:47.211914685 +0100
@@ -358,8 +358,7 @@
&& !DECL_DECLARED_INLINE_P (decl)
&& !node->origin))
@@ -14,8 +14,8 @@
Index: mainline/gcc/ipa-cp.c
===================================================================
---- mainline.orig/gcc/ipa-cp.c 2009-12-05 13:39:51.074413887 +0100
-+++ mainline/gcc/ipa-cp.c 2009-12-05 13:44:22.576904063 +0100
+--- mainline.orig/gcc/ipa-cp.c 2009-12-08 17:31:41.024330339 +0100
++++ mainline/gcc/ipa-cp.c 2009-12-08 17:36:47.221953358 +0100
@@ -628,7 +628,7 @@
{
/* We do not need to bother analyzing calls to unknown
@@ -27,8 +27,8 @@
if (ipa_get_cs_argument_count (IPA_EDGE_REF (cs))
Index: mainline/gcc/ipa.c
===================================================================
---- mainline.orig/gcc/ipa.c 2009-12-05 13:39:51.094413696 +0100
-+++ mainline/gcc/ipa.c 2009-12-05 13:44:22.576904063 +0100
+--- mainline.orig/gcc/ipa.c 2009-12-08 17:31:41.034318098 +0100
++++ mainline/gcc/ipa.c 2009-12-08 17:36:47.231861147 +0100
@@ -27,6 +27,7 @@
#include "timevar.h"
#include "gimple.h"
@@ -48,8 +48,8 @@
struct simple_ipa_opt_pass pass_ipa_function_and_variable_visibility =
Index: mainline/gcc/varpool.c
===================================================================
---- mainline.orig/gcc/varpool.c 2009-12-05 13:39:51.044386864 +0100
-+++ mainline/gcc/varpool.c 2009-12-05 13:44:22.576904063 +0100
+--- mainline.orig/gcc/varpool.c 2009-12-08 17:31:41.004321857 +0100
++++ mainline/gcc/varpool.c 2009-12-08 17:36:47.241964425 +0100
@@ -244,8 +244,7 @@
COMDAT variables that must be output only when they are needed. */
if (TREE_PUBLIC (decl)
@@ -62,8 +62,8 @@
return true;
Index: mainline/gcc/fortran/options.c
===================================================================
---- mainline.orig/gcc/fortran/options.c 2009-12-05 13:39:51.064386464 +0100
-+++ mainline/gcc/fortran/options.c 2009-12-05 13:44:22.576904063 +0100
+--- mainline.orig/gcc/fortran/options.c 2009-12-08 17:31:41.014317857 +0100
++++ mainline/gcc/fortran/options.c 2009-12-08 17:36:47.241964425 +0100
@@ -243,7 +243,7 @@
gfc_option.flag_whole_file = 1;
@@ -73,3 +73,16 @@
gfc_option.flag_whole_file = 1;
/* -fbounds-check is equivalent to -fcheck=bounds */
+Index: mainline/gcc/Makefile.in
+===================================================================
+--- mainline.orig/gcc/Makefile.in 2009-12-08 17:31:41.024330339 +0100
++++ mainline/gcc/Makefile.in 2009-12-08 17:36:47.251874518 +0100
+@@ -2876,7 +2876,7 @@
+ $(GGC_H) $(TIMEVAR_H) debug.h $(TARGET_H) output.h $(GIMPLE_H) \
+ $(TREE_FLOW_H) gt-varpool.h
+ ipa.o : ipa.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(CGRAPH_H) \
+- $(TREE_PASS_H) $(TIMEVAR_H) $(GIMPLE_H) $(GGC_H)
++ $(TREE_PASS_H) $(TIMEVAR_H) $(GIMPLE_H) $(GGC_H) $(FLAGS_H)
+ ipa-prop.o : ipa-prop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
+ langhooks.h $(GGC_H) $(TARGET_H) $(CGRAPH_H) $(IPA_PROP_H) $(DIAGNOSTIC_H) \
+ $(TREE_FLOW_H) $(TM_H) $(TREE_PASS_H) $(FLAGS_H) $(TREE_H) \
More information about the llvm-commits
mailing list