From 516e2c0969a1faec78ea878970a198e0f53b2187 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 10 Jun 2007 06:18:35 +0000 Subject: [PATCH] renamed inline into INLINE [r14395] --- ir/be/beuses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beuses.c b/ir/be/beuses.c index eb9b5360f..b0f519db8 100644 --- a/ir/be/beuses.c +++ b/ir/be/beuses.c @@ -159,7 +159,7 @@ static int be_is_phi_argument(const be_lv_t *lv, const ir_node *block, const ir_ return 0; } -static inline +static INLINE unsigned get_step(const ir_node *node) { return PTR_TO_INT(get_irn_link(node)); -- 2.20.1