diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-02 19:38:36 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-02 19:38:36 +0000 |
commit | b4898254b2bd83a2a6eff6deef709ef983eb0044 (patch) | |
tree | e76db0849b346c72e6f810e20541169d9cd69a54 /gcc/expmed.c | |
parent | 2e91a59c35ae9bac0ba678648b52d04bfd02fb46 (diff) | |
download | gcc-b4898254b2bd83a2a6eff6deef709ef983eb0044.tar.gz |
* system.h (CEIL): Define.
* builtins.c (CEIL): Remove.
* expmed.c (CEIL): Likewise.
* expr.c (CEIL): Likewise.
* stor-layout.c (CEIL): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31167 138bc75d-0d04-0410-961f-82ee72b054a4
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 1c9781d1baf..4df3b3e8eaf 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 |