made variable const
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 24 Oct 2006 12:14:59 +0000 (12:14 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 24 Oct 2006 12:14:59 +0000 (12:14 +0000)
ir/be/be.h

index 30e60b2..6b08e9d 100644 (file)
@@ -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;
 
 /**