Commit 6c02e139 by Jakub Jelinek

Fix a typo.

From-SVN: r207339
parent fdfd537b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment