diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-22 14:33:35 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-22 14:33:35 +0000 |
commit | 47c251e561cd22357a6f18c9c210ed29abbbedc9 (patch) | |
tree | 47eb45334226fa8effd3bd4990f8351716b2e206 /gcc/sibcall.c | |
parent | 9b388acadf4851092642bcc4f826f8710065c974 (diff) | |
download | gcc-47c251e561cd22357a6f18c9c210ed29abbbedc9.tar.gz |
* predict.c: Fix formatting.
* print-tree.c: Likewise.
* protoize.c: Likewise.
* real.h: Likewise.
* rtl.h: Likewise.
* sbitmap.h: Likewise.
* scan.c: Likewise.
* sched-deps.c: Likewise.
* sched-vis.c: Likewise.
* sdbout.c: Likewise.
* sibcall.c: Likewise.
* ssa.c: Likewise.
* ssa-ccp.c: Likewise.
* ssa-dce.c: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* system.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sibcall.c')
-rw-r--r-- | gcc/sibcall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sibcall.c b/gcc/sibcall.c index fe76865aa3c..6c2dc5c0914 100644 --- a/gcc/sibcall.c +++ b/gcc/sibcall.c @@ -1,5 +1,5 @@ /* Generic sibling call optimization support - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GCC. @@ -546,7 +546,7 @@ replace_call_placeholder (insn, use) else if (use == sibcall_use_normal) emit_insns_before (XEXP (PATTERN (insn), 0), insn); else - abort(); + abort (); /* Turn off LABEL_PRESERVE_P for the tail recursion label if it exists. We only had to set it long enough to keep the jump |