- if an empty labeled block is killed, move the label to the successor block
[libfirm] / ir / be / arm / arm_emitter.c
index 2d03c2a..85fa69e 100644 (file)
@@ -989,7 +989,7 @@ typedef void (emit_func)(const ir_node *irn);
 /**
  * Set a node emitter. Make it a bit more type safe.
  */
-static INLINE void set_emitter(ir_op *op, emit_func arm_emit_node) {
+static inline void set_emitter(ir_op *op, emit_func arm_emit_node) {
        op->ops.generic = (op_func)arm_emit_node;
 }