diff options
author | Richard Henderson <rth@cygnus.com> | 1999-02-14 15:02:16 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-02-14 15:02:16 -0800 |
commit | 59be65f6b509eac7a00f2e60d608d510f3acb915 (patch) | |
tree | a20d1a780d92a3078da894c8bf3107ea565f6daa /gcc/config/i386/i386.c | |
parent | c5d5d461419c704497a2635330bf0cd5c5014eab (diff) | |
download | gcc-59be65f6b509eac7a00f2e60d608d510f3acb915.tar.gz |
i386.c (legitimate_pic_address_disp_p): Remove static.
* i386.c (legitimate_pic_address_disp_p): Remove static.
* i386.h (LEGITIMATE_PIC_OPERAND_P): Use it instead of
open-coding cases.
From-SVN: r25208
Diffstat (limited to 'gcc/config/i386/i386.c')
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index a64fa5d0c89..ce05267dfa7 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2549,7 +2549,7 @@ do { \ } \ } while (0) -static int +int legitimate_pic_address_disp_p (disp) register rtx disp; { |