X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeuses.h;h=dc96d08b690f5375c975e8a5c4eeab7c8b4c9f58;hb=51d8477e3b9f11aa3d8f38ef386ab46a63b26a0b;hp=17b838ac0217a3417e8a0bedaf7d0dc1f4be48d4;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/beuses.h b/ir/be/beuses.h index 17b838ac0..dc96d08b6 100644 --- a/ir/be/beuses.h +++ b/ir/be/beuses.h @@ -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; }