X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fstatev.c;h=8ca9a0f02887daa4c3d6ef4ea87cf5c635bf9df1;hb=45ecc187cee7107c83c1f9618a1e1e586df73644;hp=b628ad1f9d7fcb2cfec65ddab44a2e86d758f209;hpb=e2dbd3036813b7fb746249213cd84472082d5ab7;p=libfirm diff --git a/ir/stat/statev.c b/ir/stat/statev.c index b628ad1f9..8ca9a0f02 100644 --- a/ir/stat/statev.c +++ b/ir/stat/statev.c @@ -104,7 +104,7 @@ static INLINE int key_matches(const char *key) void stat_ev_printf(char ev, const char *key, const char *fmt, ...) { - if (ev == 'E' && !key_matches(key)) + if (!key_matches(key)) return; mfprintf(stat_ev_file, "%c;%s", ev, key);