I was annoyed by the compiler warnings about implicit conversions.
[libfirm] / ir / be / bespillslots.h
index 0aa32b5..3050f4f 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.
  */
 
-/*
- * Author:      Matthias Braun
- * Date:               27.7.2006
- * Copyright:   (c) Universitaet Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+/**
+ * @file
+ * @brief       Spillslot coalescer.
+ * @author      Matthias Braun
+ * @date        27.07.2006
+ * @version     $Id$
  */
-#ifndef BESPILLSLOTS_H_
-#define BESPILLSLOTS_H_
+#ifndef FIRM_BE_BESPILLSLOTS_H
+#define FIRM_BE_BESPILLSLOTS_H
 
 #include "beirg.h"
 
@@ -70,4 +71,4 @@ void be_assign_entities(be_fec_env_t *env);
  */
 void be_coalesce_spillslots(be_irg_t *birg);
 
-#endif /* BESPILLSLOTS_H_ */
+#endif /* FIRM_BE_BESPILLSLOTS_H */