Commit 31aaaec1 by Jim Wilson

(registers_ok_for_ldd_peep): Delete test for pseudos.

From-SVN: r3332
parent f2de2775
......@@ -2563,11 +2563,6 @@ registers_ok_for_ldd_peep (reg1, reg2)
if (GET_CODE (reg1) != REG || GET_CODE (reg2) != REG)
return 0;
/* Should never happen. */
if (REGNO (reg1) > FIRST_PSEUDO_REGISTER
|| REGNO (reg2) > FIRST_PSEUDO_REGISTER)
abort ();
if (REGNO (reg1) % 2 != 0)
return 0;
......
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