Commit 77da4248 by Andreas Tobler Committed by Andreas Tobler

pa.md: Remove extern frame_pointer_needed declaration.

2008-05-28  Andreas Tobler  <a.tobler@schweiz.org>

	* config/pa/pa.md: Remove extern frame_pointer_needed declaration.

From-SVN: r136121
parent 3dfb6f59
2008-05-28 Andreas Tobler <a.tobler@schweiz.org>
* config/pa/pa.md: Remove extern frame_pointer_needed declaration.
2008-05-28 Seongbae Park <seongbae.park@gmail.com> 2008-05-28 Seongbae Park <seongbae.park@gmail.com>
* value-prof.c (tree_ic_transform): Print counts. * value-prof.c (tree_ic_transform): Print counts.
......
...@@ -9673,8 +9673,7 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" ...@@ -9673,8 +9673,7 @@ add,l %2,%3,%3\;bv,n %%r0(%3)"
"" ""
"* "*
{ {
extern int frame_pointer_needed;
/* We need two different versions depending on whether or not we /* We need two different versions depending on whether or not we
need a frame pointer. Also note that we return to the instruction need a frame pointer. Also note that we return to the instruction
immediately after the branch rather than two instructions after the immediately after the branch rather than two instructions after the
...@@ -9726,7 +9725,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)" ...@@ -9726,7 +9725,6 @@ add,l %2,%3,%3\;bv,n %%r0(%3)"
"" ""
"* "*
{ {
extern int frame_pointer_needed;
/* We need two different versions depending on whether or not we /* We need two different versions depending on whether or not we
need a frame pointer. Also note that we return to the instruction need a frame pointer. Also note that we return to the instruction
......
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