X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirmstat.h;h=f5114d35c1ca8281eecf4ed0d365669bb29aa868;hb=3646e58f46f85a17537e89483d6b0c279df4a4d2;hp=c784455f80460b302c944e0ed7595b711a3e662f;hpb=79b409329e8b6e9f43ac71df6599372fa0dbe497;p=libfirm diff --git a/include/libfirm/firmstat.h b/include/libfirm/firmstat.h index c784455f8..f5114d35c 100644 --- a/include/libfirm/firmstat.h +++ b/include/libfirm/firmstat.h @@ -123,7 +123,7 @@ enum firmstat_optimizations_t { FS_OPT_COMBO_CF, /**< Combo: removed conditional control flow */ FS_OPT_COMBO_FOLLOWER, /**< Combo: replaced a follower */ FS_OPT_COMBO_CONGRUENT, /**< Combo: replaced by congruent */ - FS_OPT_COND_EVAL, /**< Conditional evaluation: removed conditional control flow */ + FS_OPT_JUMPTHREADING, /**< Jump threading: removed conditional control flow */ FS_OPT_RTS_ABS, /**< RTS optimization: call to abs() replaced */ FS_OPT_RTS_ALLOCA, /**< RTS optimization: call to alloca() replaced */ FS_OPT_RTS_SQRT, /**< RTS optimization: call to sqrt() replaced */