[llvm-commits] [gcc-plugin] r79526 - /gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff
Duncan Sands
baldrick at free.fr
Thu Aug 20 05:27:21 PDT 2009
Author: baldrick
Date: Thu Aug 20 07:27:21 2009
New Revision: 79526
URL: http://llvm.org/viewvc/llvm-project?rev=79526&view=rev
Log:
Expose the gimple_to_tree utility.
Added:
gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff
Added: 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=79526&view=auto
==============================================================================
--- gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff (added)
+++ gcc-plugin/trunk/gcc-patches/gimple_to_tree.diff Thu Aug 20 07:27:21 2009
@@ -0,0 +1,13 @@
+Index: gcc.fsf.master/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
+@@ -124,7 +124,7 @@
+ GIMPLE tuple STMT and returns the same statement in the form of a
+ tree. */
+
+-static tree
++tree
+ gimple_to_tree (gimple stmt)
+ {
+ tree t;
More information about the llvm-commits
mailing list