aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2001-01-16 09:29:08 -0500
committerRichard Kenner <kenner@gcc.gnu.org>2001-01-16 09:29:08 -0500
commit8207e7c604e7473228ea9b846f004b141f008d43 (patch)
tree731417bf654a013522422ede429b53f4aeb0cc5a /gcc/function.c
parent0875baa09e1786e1c6d8daaabcb65b8ee6309184 (diff)
downloadgcc-8207e7c604e7473228ea9b846f004b141f008d43.zip
gcc-8207e7c604e7473228ea9b846f004b141f008d43.tar.gz
gcc-8207e7c604e7473228ea9b846f004b141f008d43.tar.bz2
Minor whitespace changes
From-SVN: r39066
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index d03f54b..3e02f98 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -7039,7 +7039,8 @@ keep_stack_depressed (seq)
/* If the epilogue is just a single instruction, it's OK as is */
- if (GET_CODE (seq) != SEQUENCE) return;
+ if (GET_CODE (seq) != SEQUENCE)
+ return;
/* Scan all insns in SEQ looking for ones that modified the stack
pointer. Record if it modified the stack pointer by copying it