Remove arch_get_allocatable_regs().
[libfirm] / ir / be / mips / mips_util.h
index 10bfdfb..2030ce8 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 _MIPS_UTIL_H_
-#define _MIPS_UTIL_H_
+/**
+ * @file
+ * @brief   utility macros for mips backend
+ * @author  Matthias Braun, Mehdi
+ * @version $Id$
+ */
+#ifndef FIRM_BE_MIPS_MIPS_UTIL_H
+#define FIRM_BE_MIPS_MIPS_UTIL_H
 
 #define ASSERT_NO_FLOAT(mode) { assert(  (!mode_is_float(mode)) && "floating point not supported (yet)"); }
 
-#endif /* _MIPS_UTIL_H_ */
+#endif