- removed permanent debug output
[libfirm] / ir / ana / irmemory.c
index 862ee2f..1c37358 100644 (file)
@@ -1174,7 +1174,7 @@ static void print_entity_usage_flags(ir_type *tp) {
 /**
  * Post-walker: check for global entity address
  */
-static void check_global_address(const ir_node *irn, void *env) {
+static void check_global_address(ir_node *irn, void *env) {
        ir_node *tls = env;
        ir_entity *ent;
        ir_entity_usage flags;