aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2012-11-13 18:22:04 +0100
committerUros Bizjak <uros@gcc.gnu.org>2012-11-13 18:22:04 +0100
commit141a9e06ad6d6f7d57f33435bd12c4df20cec0db (patch)
treee3e4bc2ff413bfb47833740cd17e0fbc5ae4da8a
parent397b971c95e0b3f0e866cb4d84cb02bd6268e4bd (diff)
downloadgcc-141a9e06ad6d6f7d57f33435bd12c4df20cec0db.zip
gcc-141a9e06ad6d6f7d57f33435bd12c4df20cec0db.tar.gz
gcc-141a9e06ad6d6f7d57f33435bd12c4df20cec0db.tar.bz2
mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.
* mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P. From-SVN: r193482
-rw-r--r--gcc/mode-switching.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c
index d607ad3..ab51ae0 100644
--- a/gcc/mode-switching.c
+++ b/gcc/mode-switching.c
@@ -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