Commit 753d0efa by Andrew Pinski Committed by Andrew Pinski

regrename.c (kill_value_regno): ANSIfy.

2004-08-20  Andrew Pinski  <apinski@apple.com>

        * regrename.c (kill_value_regno): ANSIfy.

From-SVN: r86336
parent 627b6fe2
2004-08-20 Andrew Pinski <apinski@apple.com>
* regrename.c (kill_value_regno): ANSIfy.
2004-08-20 Dale Johannesen <dalej@apple.com> 2004-08-20 Dale Johannesen <dalej@apple.com>
* config/rs6000/rs6000.c (rs6000_rtx_costs): Improve DIV/MOD. * config/rs6000/rs6000.c (rs6000_rtx_costs): Improve DIV/MOD.
......
...@@ -1073,10 +1073,8 @@ kill_value_one_regno (unsigned int regno, struct value_data *vd) ...@@ -1073,10 +1073,8 @@ kill_value_one_regno (unsigned int regno, struct value_data *vd)
whose values overlap. */ whose values overlap. */
static void static void
kill_value_regno (regno, nregs, vd) kill_value_regno (unsigned int regno, unsigned int nregs,
unsigned int regno; struct value_data *vd)
unsigned int nregs;
struct value_data *vd;
{ {
unsigned int j; unsigned int j;
......
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