Do not mark the transformed as visited. It makes no sense at all.
[libfirm] / ir / be / ppc32 / bearch_ppc32.h
index d8bc131..0e29abb 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.
  *
  * PURPOSE.
  */
 
-#ifndef _BEARCH_PPC32_H_
-#define _BEARCH_PPC32_H_
+/**
+ * @file
+ * @brief   declarations for ppc32 backend
+ * @author  Moritz Kroll, Jens Mueller
+ * @version $Id$
+ */
+#ifndef FIRM_BE_PPC32_BEARCH_PPC32_H
+#define FIRM_BE_PPC32_BEARCH_PPC32_H
 
 #include "../bearch_t.h"
 
 extern const arch_isa_if_t ppc32_isa_if;
 
-#endif /* _BEARCH_PPC32_H_ */
+#endif