used new mode_P_data instead of mode_P_mach
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 3 Aug 2005 12:14:50 +0000 (12:14 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 3 Aug 2005 12:14:50 +0000 (12:14 +0000)
[r6374]

ir/tr/type.h

index c8662ba..52c5a44 100644 (file)
@@ -963,7 +963,7 @@ int     is_Enumeration_type     (const type *enumeration);
  */
 
 /** Creates a new type pointer with mode mode_p. */
-#define new_type_pointer(N, P) new_type_pointer_mode(N, P, mode_P_mach)
+#define new_type_pointer(N, P) new_type_pointer_mode(N, P, mode_P_data)
 
 /** Creates a new type pointer with given pointer mode. */
 type *new_type_pointer_mode      (ident *name, type *points_to, ir_mode *ptr_mode);