becopyopt: Replace is_Reg_Phi() by just is_Phi().
[libfirm] / ir / lpp / mps.c
index 309451f..544e263 100644 (file)
@@ -1,8 +1,11 @@
+/*
+ * This file is part of libFirm.
+ * Copyright (C) 2012 Universitaet Karlsruhe
+ */
+
 /**
- * Author:      Daniel Grund
- * Date:        02.06.2005
- * Copyright:   (c) Universitaet Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ * @file
+ * @author Daniel Grund
  */
 #include "config.h"
 #include <stdarg.h>
@@ -90,7 +93,7 @@ void mps_write_mps(lpp_t *lpp, lpp_mps_style_t style, FILE *out)
 {
        int i, count, marker_nr = 0;
        const lpp_name_t *curr;
-       const matrix_elem_t *elem, *before = NULL;
+       const matrix_elem_t *before = NULL;
        lpp_var_t last_type;
        assert(style == s_mps_fixed || style == s_mps_free);