Commit 50fd1c97 by Per Bothner Committed by Per Bothner

profile.c (brnahc_prob): Pass correct value to output_location, even when USE_MAPPED_LOCATION.


	* profile.c (brnahc_prob):  Pass correct value to output_location,
	even when USE_MAPPED_LOCATION.  Fixes bug from 09-11.

From-SVN: r88271
parent 550f100c
2004-09-28 Per Bothner <per@bothner.com>
* profile.c (brnahc_prob): Pass correct value to output_location,
even when USE_MAPPED_LOCATION. Fixes bug from 09-11.
2004-09-28 Richard Henderson <rth@redhat.com>
PR 15089
......
......@@ -1004,7 +1004,7 @@ branch_prob (void)
{
expanded_location s;
NOTE_EXPANDED_LOCATION (s, insn);
output_location (s.file, NOTE_LINE_NUMBER (insn), &offset, bb);
output_location (s.file, s.line, &offset, bb);
}
}
insn = NEXT_INSN (insn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment