On Thu, Oct 13, 2011 at 01:01, Lawrence Crowl <cr...@google.com> wrote:
> /* Read and return a location_t from STREAM. > - FIXME pph: If pph_trace didn't depend on STREAM, we could avoid having to > - call this function, only for it to call lto_input_location, which calls > the > - streamer hook back to pph_read_location. */ > + FIXME pph: Tracing doesn't depend on STREAM any more. We could avoid > having > + to call this function, only for it to call lto_input_location, which calls > + the streamer hook back to pph_read_location. Say what? */ This function makes no sense, actually. Just rename the hook from pph_read_location to pph_in_location. I'll fix it. Diego.