X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses.h;h=dc96d08b690f5375c975e8a5c4eeab7c8b4c9f58;hb=a8029325c2313fe536c3b23c59cf92fa145840a4;hp=c36ad555bd03e706ed0b5def8a9d6393bd16cfd6;hpb=6dbf1a9315ec0ba2f138943be9a13ef425b988b5;p=libfirm diff --git a/ir/be/beuses.h b/ir/be/beuses.h index c36ad555b..dc96d08b6 100644 --- a/ir/be/beuses.h +++ b/ir/be/beuses.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -39,12 +39,12 @@ typedef struct _be_next_use_t { #define USES_INFINITY 10000000 #define USES_PENDING 9999999 -static INLINE int USES_IS_INFINITE(unsigned time) +static inline int USES_IS_INFINITE(unsigned time) { return time >= USES_INFINITY; } -static INLINE int USES_IS_PENDING(unsigned time) +static inline int USES_IS_PENDING(unsigned time) { return time == USES_PENDING; }