diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-24 21:54:31 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-24 21:54:31 +0000 |
commit | 2084326ec7c2fb340abcfbd68a9435eed880ed23 (patch) | |
tree | 14da92ec9c1ee06dbf43b17edd46175b4932cf2f /gcc/gimple.h | |
parent | 29236229dda652454a6a9d41507e1d89d617bae9 (diff) | |
download | gcc-2084326ec7c2fb340abcfbd68a9435eed880ed23.tar.gz |
* gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
CXX_MEM_STAT_INFO.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index 5503625c9f1..95e4fc8fb33 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -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, |