* varasm.c (output_constant_pool): Don't zap the pool.

From-SVN: r77056
This commit is contained in:
Richard Henderson 2004-01-31 15:13:23 -08:00 committed by Richard Henderson
parent ccdc170325
commit fadeed3b06
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-01-31 Richard Henderson <rth@redhat.com>
* varasm.c (output_constant_pool): Don't zap the pool.
2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
* genrecog.c (decision_type): Add DT_const_int.

View File

@ -3124,9 +3124,6 @@ output_constant_pool (const char *fnname ATTRIBUTE_UNUSED,
#ifdef ASM_OUTPUT_POOL_EPILOGUE
ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool->offset);
#endif
/* Done with this pool. */
cfun->varasm->pool = NULL;
}
/* Determine what kind of relocations EXP may need. */