diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-01-02 19:38:36 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-01-02 19:38:36 +0000 |
commit | 13799af323ca20c344c7b62ccc766b4bf5fc589f (patch) | |
tree | e76db0849b346c72e6f810e20541169d9cd69a54 /gcc/expmed.c | |
parent | 0db5adc6fb11ea4294f557776fdcbf2f8ae57fbf (diff) | |
download | gcc-13799af323ca20c344c7b62ccc766b4bf5fc589f.zip gcc-13799af323ca20c344c7b62ccc766b4bf5fc589f.tar.gz gcc-13799af323ca20c344c7b62ccc766b4bf5fc589f.tar.bz2 |
system.h (CEIL): Define.
* system.h (CEIL): Define.
* builtins.c (CEIL): Remove.
* expmed.c (CEIL): Likewise.
* expr.c (CEIL): Likewise.
* stor-layout.c (CEIL): Likewise.
From-SVN: r31167
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 1c9781d..4df3b3e 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -46,8 +46,6 @@ static rtx extract_split_bit_field PROTO((rtx, int, int, int, int)); static void do_cmp_and_jump PROTO((rtx, rtx, enum rtx_code, enum machine_mode, rtx)); -#define CEIL(x,y) (((x) + (y) - 1) / (y)) - /* Non-zero means divides or modulus operations are relatively cheap for powers of two, so don't use branches; emit the operation instead. Usually, this will mean that the MD file will emit non-branch |