diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-03-05 22:10:47 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2012-03-05 22:10:47 +0000 |
commit | 1565f1696c8c69bf766590b524fb3b50a57b6408 (patch) | |
tree | bdb55a2f6c32924c24a5fafacbabd37717657f80 /gcc/config | |
parent | 09a70a2c58ae453462e2792871dcd1907e3bd383 (diff) | |
download | gcc-1565f1696c8c69bf766590b524fb3b50a57b6408.zip gcc-1565f1696c8c69bf766590b524fb3b50a57b6408.tar.gz gcc-1565f1696c8c69bf766590b524fb3b50a57b6408.tar.bz2 |
epiphany.c (epiphany_function_value_regno_p): Make static.
* config/epiphany/epiphany.c (epiphany_function_value_regno_p):
Make static.
From-SVN: r184962
Diffstat (limited to 'gcc/config')
-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 aff3d1c..422fe2f 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; |