fixed indents
[libfirm] / ir / be / becopyoptmain.h
index 832a57d..2156197 100644 (file)
@@ -4,12 +4,10 @@
  * Copyright:   (c) Universitaet Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
 
- * Main header for the optimization reducing the copies needed for:
- * - phi coalescing
- * - register-constrained nodes
- *
- * Checker included.
- * By request some statistics are collected too.
+ * Main file for the optimization reducing the copies needed for:
+ * - Phi coalescing
+ * - Register-constrained nodes
+ * - Two-address code instructions
  */
 
 #ifndef _BECOPYOPTMAIN_H