diff options
author | jasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-14 04:45:56 +0000 |
---|---|---|
committer | jasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-14 04:45:56 +0000 |
commit | 223d36568f6d8c90116a0697b69158da21033d89 (patch) | |
tree | 36045453d869e62eb2d57b12d31227146f547a19 /gcc/config/nds32 | |
parent | a104fb7e308548944dbc416753c9f70afe167abd (diff) | |
download | gcc-223d36568f6d8c90116a0697b69158da21033d89.tar.gz |
2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.c (nds32_naked_function_p): Follow the
GNU coding standards.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/nds32')
-rw-r--r-- | gcc/config/nds32/nds32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/nds32/nds32.c b/gcc/config/nds32/nds32.c index 7be3ad2853e..7ef21d810d2 100644 --- a/gcc/config/nds32/nds32.c +++ b/gcc/config/nds32/nds32.c @@ -1445,7 +1445,8 @@ nds32_needs_double_word_align (enum machine_mode mode, const_tree type) } /* Return true if FUNC is a naked function. */ -static bool nds32_naked_function_p (tree func) +static bool +nds32_naked_function_p (tree func) { tree t; |