Use separate code to emit suffixes for integer and floating point instructions, becau...
[libfirm] / ir / external / read_t.h
index 848e44d..e58c8db 100644 (file)
@@ -1,18 +1,31 @@
-/* -*- c -*- */
 /*
- * Project:     libFIRM
- * File name:   ir/external/read.h
- * Purpose:     Read descriptions of external effects
- * Author:      Florian
- * Modified by: Boris Boesler
- * Created:     11.10.2004
- * CVS-ID:      $Id$
- * Copyright:   (c) 1999-2004 Universität Karlsruhe
- * Licence:     This file is protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
  */
 
-#ifndef _READ_T_H_
-#define _READ_T_H_
+/**
+ * @file
+ * @brief    Read descriptions of external effects, private header
+ * @author   Florian, Boris Boesler
+ * @date     11.10.2004
+ * @version  $Id$
+ */
+#ifndef FIRM_EXTERNAL_READ_T_H
+#define FIRM_EXTERNAL_READ_T_H
 
 #include "firm_types.h"
 
@@ -32,7 +45,7 @@ typedef struct entity_str
   ident *tp_ident;             /* name of type/class */
   ident *id;                   /* id for references */
   ident *owner;                /* id of owner */
-  entity *f_ent;               /* firm entity */
+  ir_entity *f_ent;            /* firm entity */
   struct entity_str *prev;
 } entity_t;
 
@@ -158,11 +171,13 @@ typedef struct mod_str
   struct mod_str *next;      /* unused - only one module possible */
 } module_t;
 
-
-#endif /* defined _READ_T_H_ */
+#endif
 
 /*
   $Log$
+  Revision 1.5  2007/02/02 12:38:35  matze
+  entity is ir_entity now
+
   Revision 1.4  2006/12/15 12:37:40  matze
   fix warnings