mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:41:18 +08:00
Fix a typo.
From-SVN: r207339
This commit is contained in:
parent
fdfd537bcb
commit
6c02e13986
@ -338,7 +338,7 @@ cond_exec_process_insns (ce_if_block *ce_info ATTRIBUTE_UNUSED,
|
||||
|
||||
gcc_assert (NONJUMP_INSN_P (insn) || CALL_P (insn));
|
||||
|
||||
/* dwarf2out can't coope with conditional unwind info. */
|
||||
/* dwarf2out can't cope with conditional unwind info. */
|
||||
if (RTX_FRAME_RELATED_P (insn))
|
||||
return FALSE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user