diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-15 13:38:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-15 13:38:03 +0000 |
commit | 8e2e89f78ac366d74ac9a0e75afe056073589ef1 (patch) | |
tree | 15c488cfd0892394f03a3a880f8a6027ac7d4155 /gcc/rtlanal.c | |
parent | b531087a3826b2cee37655af1725fe243fd898fb (diff) | |
download | gcc-8e2e89f78ac366d74ac9a0e75afe056073589ef1.tar.gz |
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
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |