removed double ir_phase definition
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 10 Apr 2007 12:52:25 +0000 (12:52 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 10 Apr 2007 12:52:25 +0000 (12:52 +0000)
[r12689]

ir/common/firm_types.h

index 4c422e2..13e0c1e 100644 (file)
@@ -5,7 +5,7 @@
  * Author:      Michael Beck
  * Created:
  * CVS-ID:      $Id$
- * Copyright:   (c) 1998-2006 Universität Karlsruhe
+ * Copyright:   (c) 1998-2007 Universität Karlsruhe
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 #ifndef _FIRM_TYPES_H_
@@ -127,9 +127,4 @@ typedef struct sn_entry *seqno_t;
 typedef struct ir_exec_freq ir_exec_freq, *ir_exec_freq_ptr;
 #endif
 
-#ifndef IRHPASE_TYPEDEF
-#define IRPHASE_TYPEDEF
-typedef struct _ir_phase ir_phase;
-#endif
-
 #endif /* _FIRM_TYPES_H_ */