From: Christian Würdig Date: Tue, 24 Oct 2006 12:14:59 +0000 (+0000) Subject: made variable const X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=eeaa5299dc5c66e56ee30090a2414ea5f0b22ad3;p=libfirm made variable const --- diff --git a/ir/be/be.h b/ir/be/be.h index 30e60b251..6b08e9dc0 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -31,7 +31,7 @@ typedef struct backend_params { void *create_intrinsic_ctx; /** backend settings for if-conversion */ - opt_if_conv_info_t *if_conv_info; + const opt_if_conv_info_t *if_conv_info; } backend_params; /**