fix a few errors and warnings in the new pass code; improve some comments
[libfirm] / ir / lower / lower_intrinsics.c
index a9e7909..cf539fc 100644 (file)
@@ -173,6 +173,7 @@ struct pass_t {
 static int pass_wrapper(ir_prog *irp, void *context)
 {
        struct pass_t *pass = context;
+       (void) irp; /* TODO: set current irp, or remove parameter */
        lower_intrinsics(pass->list, pass->length, pass->part_block_used);
        /* probably this pass should not run again */
        return 0;