[PATCH - obvious] Remove unused create_gimple_tmp declaration

gcc/

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

From-SVN: r207127
This commit is contained in:
James Greenhalgh 2014-01-27 09:39:21 +00:00 committed by James Greenhalgh
parent 770516c944
commit c6f6157a45
2 changed files with 4 additions and 1 deletions

View 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

View 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);