r181008 - in /branches/transactional-memory/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Sat Nov 5 07:43:00 GMT 2011
Author: aldyh
Date: Sat Nov 5 07:43:46 2011
New Revision: 181008
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181008
Log:
* trans-mem.c (ipa_tm_insert_gettmclone_call): Remove call to
gimple_call_set_noinline_p.
* gimple.h (enum gf_mask): Remove GF_CALL_NOINLINE.
(gimple_call_noinline_p): Remove.
(gimple_call_set_noinline_p): Remove.
* gimple.c (walk_gimple_stmt): Move comment down.
* calls.c (is_tm_builtin): Fix whitespace problem.
* gimple.def (GIMPLE_EH_ELSE): Fix typo in comment.
Modified:
branches/transactional-memory/gcc/ChangeLog.tm
branches/transactional-memory/gcc/calls.c
branches/transactional-memory/gcc/gimple.c
branches/transactional-memory/gcc/gimple.def
branches/transactional-memory/gcc/gimple.h
branches/transactional-memory/gcc/trans-mem.c
More information about the Gcc-cvs
mailing list