diff options
Diffstat (limited to 'gcc/ipa-reference.c')
-rw-r--r-- | gcc/ipa-reference.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index 861b153..6c76ccc 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -674,7 +674,9 @@ analyze_function (struct cgraph_node *fn) tree decl = fn->decl; struct function *this_cfun = DECL_STRUCT_FUNCTION (decl); basic_block this_block; +#ifdef ENABLE_CHECKING tree step; +#endif if (dump_file) fprintf (dump_file, "\n local analysis of %s\n", cgraph_node_name (fn)); |