Commit 889e5964 by Rodney Brown Committed by Jeff Law

* cse.c (insert_regs): Remove unused `regno'.

From-SVN: r35770
parent 0fcbfa82
2000-08-17 Rodney Brown <RodneyBrown@mynd.com>
* cse.c (insert_regs): Remove unused `regno'.
2000-08-17 Neil Booth <NeilB@earthling.net>
* (cppinit.c) merge_include_chains: Use remove_dup_dir,
......
......@@ -1273,8 +1273,6 @@ insert_regs (x, classp, modified)
else if (GET_CODE (x) == SUBREG && GET_CODE (SUBREG_REG (x)) == REG
&& ! REGNO_QTY_VALID_P (REGNO (SUBREG_REG (x))))
{
unsigned int regno = REGNO (SUBREG_REG (x));
insert_regs (SUBREG_REG (x), NULL_PTR, 0);
mention_regs (x);
return 1;
......
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