Do not forcefully rebuild outedges in compute_execfreq(), but handle this at the...
[libfirm] / ir / be / bemachnode.h
index 61efa88..bc84adf 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.
  *
  */
 
 /**
- * Support for machine nodes with machine operands.
- *
- * @author Michael Beck
+ * @file
+ * @brief       Support for machine nodes with machine operands.
+ * @author      Michael Beck
+ * @version     $Id$
  */
-#ifndef _BEMACHNODES_H
-#define _BEMACHNODES_H
+#ifndef FIRM_BE_BEMACHNODES_H
+#define FIRM_BE_BEMACHNODES_H
 
 #include "firm_types.h"
 
@@ -94,4 +95,4 @@ int get_mirn_arity(mirn_handle h);
 /* Convenience: Returns the arity of a machine node. */
 int _get_mirn_arity(ir_node *n);
 
-#endif /* _BEMACHNODES_H */
+#endif /* FIRM_BE_BEMACHNODES_H */