diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-05 22:10:47 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-05 22:10:47 +0000 |
commit | d00acb08433777e4d4c1a829a729dbd70ce1ddfc (patch) | |
tree | bdb55a2f6c32924c24a5fafacbabd37717657f80 /gcc/config/epiphany | |
parent | 35efe5bd304397bcffbc2e95c6fffeff120cc282 (diff) | |
download | gcc-d00acb08433777e4d4c1a829a729dbd70ce1ddfc.tar.gz |
* config/epiphany/epiphany.c (epiphany_function_value_regno_p):
Make static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/epiphany')
-rw-r--r-- | gcc/config/epiphany/epiphany.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c index aff3d1cde6d..422fe2fe795 100644 --- a/gcc/config/epiphany/epiphany.c +++ b/gcc/config/epiphany/epiphany.c @@ -1417,7 +1417,7 @@ epiphany_libcall_value (enum machine_mode mode, const_rtx fun ATTRIBUTE_UNUSED) return gen_rtx_REG (mode, 0); } -bool +static bool epiphany_function_value_regno_p (const unsigned int regno ATTRIBUTE_UNUSED) { return regno == 0; |