Re: [google] make the temp names in FDO/LIPO demanglable (issue6251048)

2012-05-24 Thread Xinliang David Li
Ok. David On Thu, May 24, 2012 at 11:38 AM, Rong Xu wrote: > Hi, > > This is for google branches only. > > It changes the format of the temp function name so that they > can be demangled. > > Tested with regression tests. > > Google ref b/5733865. > > Thanks, > > 2012-05-24   Rong Xu   > >      

[google] make the temp names in FDO/LIPO demanglable (issue6251048)

2012-05-24 Thread Rong Xu
Hi, This is for google branches only. It changes the format of the temp function name so that they can be demangled. Tested with regression tests. Google ref b/5733865. Thanks, 2012-05-24 Rong Xu * l-ipo.c (create_unique_name): Make temp names demanglable. Index: l-ipo.c ===