OSDN Git Service

* mode-switching.c (create_pre_exit): Use NONDEBUG_INSN_P.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2012 17:22:04 +0000 (17:22 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2012 17:22:04 +0000 (17:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193482 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/mode-switching.c

index d607ad3..ab51ae0 100644 (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