Commit 92d9256d by Graham Stott Committed by Graham Stott

* rtlanal.c (dead_or_set_regno_p): Fix typo.

From-SVN: r56915
parent 62d8c4f1
2002-09-07 Graham Stott <graham.stott@btinternet.con>
* rtlanal.c (dead_or_set_regno_p): Fix typo.
2002-09-07 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
......
......@@ -1798,7 +1798,7 @@ dead_or_set_regno_p (insn, test_regno)
if (GET_CODE (pattern) == SET)
{
rtx dest = SET_DEST (PATTERN (insn));
rtx dest = SET_DEST (pattern);
/* A value is totally replaced if it is the destination or the
destination is a SUBREG of REGNO that does not change the number of
......
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