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]

r151864 - in /trunk/gcc: ChangeLog testsuite/gc...


Author: nvachhar
Date: Fri Sep 18 18:39:43 2009
New Revision: 151864

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151864
Log:
2009-09-18  Neil Vachharajani  <nvachhar@google.com>

	    * value-prof.c (interesting_stringop_to_profile_p): Added output
	    argument to indicate which parameter is the size parameter.
	    * value-prof.c (gimple_stringop_fixed_value): Use
	    INTERESTING_STRINGOP_TO_PROFILE_P to find size argument.
	    * value-prof.c (gimple_stringops_transform): Update call sites to
	    INTERESTING_STRINGOP_TO_PROFILE_P to reflect parameter change.
	    * testsuite/gcc.dg/tree-prof/val-prof-7.c: Added test case.


Added:
    trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/value-prof.c


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