becopyilp: Use a ir_nodeset instead of a pset for all_removed.
[libfirm] / ir / be / bepbqpcoloring.h
index 7aa0df5..83b77b2 100644 (file)
@@ -1,13 +1,21 @@
 /*
- * bepbqpalloc.h
- *
- *  Created on: Nov 12, 2009
- *      Author: bersch
+ * This file is part of libFirm.
+ * Copyright (C) 2012 University of Karlsruhe.
  */
 
+/**
+ * @file
+ * @brief       PBQP based register allocation.
+ * @author      Thomas Bersch
+ * @date        27.11.2009
+ */
 #ifndef BEPBQPALLOC_H_
 #define BEPBQPALLOC_H_
 
+/**
+ * PBQP based register allocation.
+ * @param env The chordal environment.
+ */
 void be_pbqp_coloring(be_chordal_env_t *env);
 
 #endif /* BEPBQPALLOC_H_ */