Commit 2ed1959a by Eric Botcazou Committed by Eric Botcazou

* store-motion.c (compute_store_table): Add ENABLE_CHECKING guard.

From-SVN: r147054
parent d363a7e7
2009-05-02 Eric Botcazou <ebotcazou@adacore.com>
* store-motion.c (compute_store_table): Add ENABLE_CHECKING guard.
2009-05-02 Steven Bosscher <steven@gcc.gnu.org>
* varasm.c: Do not include c-pragma.h.
......
......@@ -646,7 +646,9 @@ compute_store_table (void)
{
int ret;
basic_block bb;
#ifdef ENABLE_CHECKING
unsigned regno;
#endif
rtx insn, tmp;
df_ref *def_rec;
int *last_set_in, *already_set;
......
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