fixed const mismatch
authorRubino Geiß <rubino@ipd.info.uni-karlsruhe.de>
Wed, 15 Mar 2006 13:49:40 +0000 (13:49 +0000)
committerRubino Geiß <rubino@ipd.info.uni-karlsruhe.de>
Wed, 15 Mar 2006 13:49:40 +0000 (13:49 +0000)
[r7454]

ir/lower/lower_intrinsics.c

index 1ba2402..ba84212 100644 (file)
@@ -35,7 +35,7 @@
 typedef struct _walker_env {
   pmap     *c_map;              /**< The intrinsic call map. */
   unsigned nr_of_intrinsics;    /**< statistics */
-  const i_instr_record **i_map; /**< The intrinsic instruction map. */
+  i_instr_record **i_map;       /**< The intrinsic instruction map. */
 } walker_env_t;
 
 /**