From: Matthias Braun Date: Thu, 4 Feb 2010 20:34:43 +0000 (+0000) Subject: oops X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=889c0e4537bfe15888e29c5b41f1eaa1eac94443;p=libfirm oops [r27046] --- diff --git a/include/libfirm/irgraph.h b/include/libfirm/irgraph.h index 96413f1f7..53a284b94 100644 --- a/include/libfirm/irgraph.h +++ b/include/libfirm/irgraph.h @@ -521,7 +521,7 @@ enum ir_resources_enum_t { /* global (irp) resources */ IR_RESOURCE_ENTITY_LINK = 1 << 8, /**< IR-entity link fields are used. */ - IR_RESOURCE_TYPE_VISITED = 1 << 8, /**< type visited flags */ + IR_RESOURCE_TYPE_VISITED = 1 << 9, /**< type visited flags */ /* masks */ IR_RESOURCE_LOCAL_MASK = 0x00FF, /**< Mask for all local resources. */