]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PATCH - obvious] Remove unused create_gimple_tmp declaration
authorJames Greenhalgh <james.greenhalgh@arm.com>
Mon, 27 Jan 2014 09:39:21 +0000 (09:39 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Mon, 27 Jan 2014 09:39:21 +0000 (09:39 +0000)
gcc/

* gimple-builder.h (create_gimple_tmp): Delete.

From-SVN: r207127

gcc/ChangeLog
gcc/gimple-builder.h

index 7e50d078516afa44b50e7b886854f8a75fc99a2a..41dfda35063272fa910ee59b9ef019407edb8577 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * gimple-builder.h (create_gimple_tmp): Delete.
+
 2014-01-27  Christian Bruel  <christian.bruel@st.com>
 
        * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
index a00d979ba1267897ac58a65c3af2e5fb44844dc0..1b5afdc6f91d8783e129ede7267433cc8356f67e 100644 (file)
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_BUILDER_H
 #define GCC_GIMPLE_BUILDER_H
 
-tree create_gimple_tmp (tree, tree lhs = NULL_TREE);
 gimple build_assign (enum tree_code, tree, int, tree lhs = NULL_TREE);
 gimple build_assign (enum tree_code, gimple, int, tree lhs = NULL_TREE);
 gimple build_assign (enum tree_code, tree, tree, tree lhs = NULL_TREE);