Commit c6f6157a by James Greenhalgh Committed by James Greenhalgh

[PATCH - obvious] Remove unused create_gimple_tmp declaration

gcc/

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

From-SVN: r207127
parent 770516c9
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> 2014-01-27 Christian Bruel <christian.bruel@st.com>
* config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
......
...@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_GIMPLE_BUILDER_H #ifndef GCC_GIMPLE_BUILDER_H
#define 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, tree, int, tree lhs = NULL_TREE);
gimple build_assign (enum tree_code, gimple, 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); gimple build_assign (enum tree_code, tree, tree, tree lhs = NULL_TREE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment