[PATCH - obvious] Remove unused create_gimple_tmp declaration
gcc/ * gimple-builder.h (create_gimple_tmp): Delete. From-SVN: r207127
This commit is contained in:
parent
770516c944
commit
c6f6157a45
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user