mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.

* mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.

From-SVN: r193482
This commit is contained in:
Uros Bizjak 2012-11-13 18:22:04 +01:00
parent 397b971c95
commit 141a9e06ad
1 changed files with 1 additions and 2 deletions

View File

@ -242,8 +242,7 @@ create_pre_exit (int n_entities, int *entity_map, const int *num_modes)
int copy_start, copy_num;
int j;
if (INSN_P (return_copy)
&& !DEBUG_INSN_P (return_copy))
if (NONDEBUG_INSN_P (return_copy))
{
/* When using SJLJ exceptions, the call to the
unregister function is inserted between the