BugFix: equivalent_node_Bound() was too greedy, reduced to a safe minimum (now mostly...
[libfirm] / ir / ir / irgopt_t.h
index 996acfc..692933d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
  */
 
 /**
- * Internal irgopt functions.
+ * @file
+ * @brief   Internal irgopt functions.
+ * @version $Id$
  */
+#ifndef FIRM_IR_IRGOPT_T_H
+#define FIRM_IR_IRGOPT_T_H
 
-#ifndef _IRGOPT_T_H
-#define _IRGOPT_T_H
-
-//void copy_node (ir_node *n, void *env);
-void copy_preds(ir_node *n, void *env);
 void firm_copy_node (ir_node *n, void *env);
 
 #endif