mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 18:10:00 +08:00
Fix typo.
From-SVN: r16443
This commit is contained in:
parent
3a88cbd106
commit
31d525285d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user