an old floating point benchmark
[libfirm] / ir / be / bespillremat.c
index 6eed3b0..d9d309f 100644 (file)
@@ -3977,7 +3977,7 @@ walker_spillslotassigner(ir_node * irn, void * data)
        if(!be_is_Spill(irn)) return;
 
        /* set spill context to phi class if it has one ;) */
-
+       (void) cls;
 #if 0
        // Matze: not needed anymore
        cls = get_phi_class(irn);