This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r200856 - /branches/google/gcc-4_7/gcc/value-pr...


Author: dehao
Date: Tue Jul  9 23:51:44 2013
New Revision: 200856

URL: http://gcc.gnu.org/viewcvs?rev=200856&root=gcc&view=rev
Log:
Fix a bug in value profiling. A must_not_throw region should not add an EH edge.

2013-07-09  Dehao Chen  <dehao@google.com>

	* gcc/value-vpt.c (gimple_ic): Check if stmt will not throw exception.

Modified:
    branches/google/gcc-4_7/gcc/value-prof.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]