fix binary emitter for cmp with addressmode and immediate
[libfirm] / ir / tr / type_t.h
index 7c0b2fb..486b449 100644 (file)
@@ -254,7 +254,7 @@ struct ir_type {
  *           initialized.  The type is in state layout_undefined.
  */
 ir_type *
-new_type(tp_op *type_op, ir_mode *mode, ident *name, dbg_info *db);
+new_type(const tp_op *type_op, ir_mode *mode, ident *name, dbg_info *db);
 void free_type_attrs       (ir_type *tp);
 
 void free_class_entities      (ir_type *clss);