removed unitialized used vartiable
[libfirm] / ir / be / bespillbelady.h
index 3bb4c08..2c0c12d 100644 (file)
 #include "bearch.h"
 #include "bespill.h"
 
-/**
- * Do spilling for a register class on a graph using the belady heuristic.
- * In the transformed graph, the register pressure never exceeds the number
- * of available registers.
- *
- * @param birg  The backend graph
- * @param cls   The register class to spill
- */
-void be_spill_belady(be_irg_t *birg, const arch_register_class_t *cls);
-
 /**
  * Same as be_spill_belady but reuses an existing spill environment.
  * This is usefull for "pre-spillers" that create some spills+reloads