From 8e2e89f78ac366d74ac9a0e75afe056073589ef1 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 15 Jan 2002 13:38:03 +0000 Subject: read-rtl.c: Fix formatting. * read-rtl.c: Fix formatting. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * rtlanal.c: Likewise. From-SVN: r48870 --- gcc/rtlanal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/rtlanal.c') diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index c536df7ef2f..3af6da7e78c 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -1410,7 +1410,7 @@ reg_overlap_mentioned_p (x, in) do_reg: endregno = regno + (regno < FIRST_PSEUDO_REGISTER ? HARD_REGNO_NREGS (regno, GET_MODE (x)) : 1); - return refers_to_regno_p (regno, endregno, in, (rtx*)0); + return refers_to_regno_p (regno, endregno, in, (rtx*) 0); case MEM: { @@ -1857,7 +1857,7 @@ find_reg_fusage (insn, code, datum) return 0; if (! datum) - abort(); + abort (); if (GET_CODE (datum) != REG) { -- cgit v1.2.1