Commit c925e125 by Richard Stallman

(split_quadword_operands): Declare paramater n.

From-SVN: r1253
parent 9cc00e36
...@@ -35,6 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -35,6 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
void void
split_quadword_operands (operands, low, n) split_quadword_operands (operands, low, n)
rtx *operands, *low; rtx *operands, *low;
int n;
{ {
int i; int i;
/* Split operands. */ /* Split operands. */
......
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