gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to CXX_MEM_STAT_INFO.
* gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to CXX_MEM_STAT_INFO. From-SVN: r220952
This commit is contained in:
parent
28497f3bdc
commit
5c925255ee
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-02-24 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
|
||||
CXX_MEM_STAT_INFO.
|
||||
|
||||
2015-02-24 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as
|
||||
|
|
|
@ -1303,7 +1303,7 @@ gcall *gimple_build_call_valist (tree, unsigned, va_list);
|
|||
gcall *gimple_build_call_internal (enum internal_fn, unsigned, ...);
|
||||
gcall *gimple_build_call_internal_vec (enum internal_fn, vec<tree> );
|
||||
gcall *gimple_build_call_from_tree (tree);
|
||||
gassign *gimple_build_assign (tree, tree CXX_MEM_STAT_DECL);
|
||||
gassign *gimple_build_assign (tree, tree CXX_MEM_STAT_INFO);
|
||||
gassign *gimple_build_assign (tree, enum tree_code,
|
||||
tree, tree, tree CXX_MEM_STAT_INFO);
|
||||
gassign *gimple_build_assign (tree, enum tree_code,
|
||||
|
|
Loading…
Add table
Reference in a new issue