X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ftyperep.h;h=5b3903add8ffe265df6e3f02093190d785ac424b;hb=027ca22d1a07f01bafc1e393f09daa9bd0d3ea7b;hp=8939ab5d6e1ed7c44ce894ded4eb5d8cac1b251c;hpb=1b7d2c0224fb8403a7a0a76d5f6e4fe2b07adfef;p=libfirm diff --git a/include/libfirm/typerep.h b/include/libfirm/typerep.h index 8939ab5d6..5b3903add 100644 --- a/include/libfirm/typerep.h +++ b/include/libfirm/typerep.h @@ -704,10 +704,6 @@ typedef enum ptr_access_kind { } ptr_access_kind; ENUM_BITSET(ptr_access_kind) -#define IS_READ(a) ((a) & ptr_access_read) -#define IS_WRITTEN(a) ((a) & ptr_access_write) -#define IS_STORED(a) ((a) & ptr_access_store) - /** * @defgroup ir_type Type System *