Commit 8f0e7be4 by Richard Henderson Committed by Richard Henderson

* varasm.c (output_constant_pool): Always mark the constant pool.

From-SVN: r26044
parent 86001391
Sun Mar 28 15:34:28 1999 Richard Henderson <rth@cygnus.com>
* varasm.c (output_constant_pool): Always mark the constant pool.
Sun Mar 28 16:09:01 1999 "Jerry Quinn" <jquinn@nortelnetworks.com> Sun Mar 28 16:09:01 1999 "Jerry Quinn" <jquinn@nortelnetworks.com>
* pa.c (pa_adjust_cost): Don't do cost adjustments on pa8000. * pa.c (pa_adjust_cost): Don't do cost adjustments on pa8000.
......
...@@ -3615,7 +3615,6 @@ output_constant_pool (fnname, fndecl) ...@@ -3615,7 +3615,6 @@ output_constant_pool (fnname, fndecl)
/* It is possible for gcc to call force_const_mem and then to later /* It is possible for gcc to call force_const_mem and then to later
discard the instructions which refer to the constant. In such a discard the instructions which refer to the constant. In such a
case we do not need to output the constant. */ case we do not need to output the constant. */
if (optimize >= 0 && flag_expensive_optimizations)
mark_constant_pool (); mark_constant_pool ();
#ifdef ASM_OUTPUT_POOL_PROLOGUE #ifdef ASM_OUTPUT_POOL_PROLOGUE
......
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