This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r181004 - in /branches/transactional-memory/gcc...
- From: aldyh at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 05 Nov 2011 04:55:29 -0000
- Subject: r181004 - in /branches/transactional-memory/gcc...
Author: aldyh
Date: Sat Nov 5 04:55:28 2011
New Revision: 181004
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181004
Log:
* gimple.c (walk_gimple_seq): Document usage of removed_stmt
field.
(get_call_expr_in): Remove.
(strip_invariant_refs): Move from here...
* tree.c (strip_invariant_refs): ...to here.
* gimple-pretty-print.c (dump_gimple_call): Remove explicit check
for __builtin_ITM_beginTransaction identifier.
* tree-eh.c (struct_ptr_eq): Make inline and move to tree.h.
(struct_ptr_hash): Same.
* gimple.h (get_call_expr_in): Remove prototype.
(strip_invariant_refs): Move from here...
* tree.h (strip_invariant_refs): ...to here.
(is_tm_safe_or_pure): Make argument const_tree.
* tree-inline.c (gimple_expand_calls_inline): Remove reference to
get_call_expr_in in comment.
Modified:
branches/transactional-memory/gcc/ChangeLog.tm
branches/transactional-memory/gcc/calls.c
branches/transactional-memory/gcc/gimple-pretty-print.c
branches/transactional-memory/gcc/gimple.c
branches/transactional-memory/gcc/gimple.h
branches/transactional-memory/gcc/tree-eh.c
branches/transactional-memory/gcc/tree-inline.c
branches/transactional-memory/gcc/tree.c
branches/transactional-memory/gcc/tree.h