[llvm-commits] [gcc-plugin] r80581 - /gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff
Duncan Sands
baldrick at free.fr
Mon Aug 31 01:57:39 PDT 2009
Author: baldrick
Date: Mon Aug 31 03:57:39 2009
New Revision: 80581
URL: http://llvm.org/viewvc/llvm-project?rev=80581&view=rev
Log:
Also expose the release_stmt_tree method.
Modified:
gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff
Modified: gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff?rev=80581&r1=80580&r2=80581&view=diff
==============================================================================
--- gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff (original)
+++ gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff Mon Aug 31 03:57:39 2009
@@ -1,7 +1,7 @@
-Index: gcc.fsf.master/gcc/cfgexpand.c
+Index: lto/gcc/cfgexpand.c
===================================================================
---- gcc.fsf.master.orig/gcc/cfgexpand.c 2009-08-20 14:04:30.060847582 +0200
-+++ gcc.fsf.master/gcc/cfgexpand.c 2009-08-20 14:04:36.327849397 +0200
+--- lto.orig/gcc/cfgexpand.c 2009-08-31 10:39:47.371256259 +0200
++++ lto/gcc/cfgexpand.c 2009-08-31 10:49:52.283196375 +0200
@@ -124,7 +124,7 @@
GIMPLE tuple STMT and returns the same statement in the form of a
tree. */
@@ -11,3 +11,12 @@
gimple_to_tree (gimple stmt)
{
tree t;
+@@ -363,7 +363,7 @@
+
+ /* Release back to GC memory allocated by gimple_to_tree. */
+
+-static void
++void
+ release_stmt_tree (gimple stmt, tree stmt_tree)
+ {
+ tree_ann_common_t ann;
More information about the llvm-commits
mailing list