Initial Version of pbqp coloring algorithm
[libfirm] / ir / opt / funccall.c
index a22c916..973b00e 100644 (file)
@@ -1084,7 +1084,8 @@ struct pass_t {
 /**
  * Wrapper for running optimize_funccalls() as an ir_prog pass.
  */
-static int pass_wrapper(ir_prog *irp, void *context) {
+static int pass_wrapper(ir_prog *irp, void *context)
+{
        struct pass_t *pass = context;
 
        (void)irp;