]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/xtensa/xtensa.c
re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigsetjmp)
[thirdparty/gcc.git] / gcc / config / xtensa / xtensa.c
index 23cdf4d26bf5bbf2199c35d7cbfa98849d1c68a3..7cfe64d4289594364c8318855bd61759632c3f78 100644 (file)
@@ -4255,10 +4255,7 @@ hwloop_optimize (hwloop_info loop)
       entry_after = BB_END (entry_bb);
       while (DEBUG_INSN_P (entry_after)
              || (NOTE_P (entry_after)
-                 && NOTE_KIND (entry_after) != NOTE_INSN_BASIC_BLOCK
-                /* Make sure we don't split a call and its corresponding
-                   CALL_ARG_LOCATION note.  */
-                 && NOTE_KIND (entry_after) != NOTE_INSN_CALL_ARG_LOCATION))
+                && NOTE_KIND (entry_after) != NOTE_INSN_BASIC_BLOCK))
         entry_after = PREV_INSN (entry_after);
 
       emit_insn_after (seq, entry_after);