Commit 31d52528 by Jeff Law

Fix typo.

From-SVN: r16443
parent 3a88cbd1
......@@ -1189,7 +1189,7 @@ dwarf2out_frame_debug (insn)
else
{
if (GET_CODE (src) != PLUS
|| XEXP (src, 1) != stack_pointer_rtx
|| XEXP (src, 1) != stack_pointer_rtx)
abort ();
if (GET_CODE (XEXP (src, 0)) != REG
|| REGNO (XEXP (src, 0)) != cfa_temp_reg)
......
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