diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-16 14:29:08 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-16 14:29:08 +0000 |
commit | 205b281fe467f3cb805188edfaf8816b4c28ef90 (patch) | |
tree | 731417bf654a013522422ede429b53f4aeb0cc5a /gcc/function.c | |
parent | b4486a2479397c11ca29576665cc01bcd091fdd9 (diff) | |
download | gcc-205b281fe467f3cb805188edfaf8816b4c28ef90.tar.gz |
Minor whitespace changes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index d03f54b7064..3e02f98d5ec 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 |