X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Ffirmstat.h;h=239e8ab5690f5c138eddaa9db9e6d0193a585ceb;hb=b1d6ce9a8cc43f38899adf71ada1802ac30bd3fc;hp=27ab58570533ebd772bf7684a22f94b948ac4c35;hpb=a9bc5a59ac608d795d0203ea8baad2c71138d01f;p=libfirm diff --git a/ir/stat/firmstat.h b/ir/stat/firmstat.h index 27ab58570..239e8ab56 100644 --- a/ir/stat/firmstat.h +++ b/ir/stat/firmstat.h @@ -71,6 +71,9 @@ enum firmstat_optimizations_t { FS_BE_IA32_AM_S, /**< Source address mode node created */ FS_BE_IA32_AM_D, /**< Destination address mode node created */ FS_BE_IA32_CJMP, /**< CJmp created to save a cmp/test */ + FS_BE_IA32_2ADDRCPY, /**< Copy created due to 2-Addresscode constraints */ + FS_BE_IA32_SPILL2ST, /**< Created Store for a Spill */ + FS_BE_IA32_RELOAD2LD, /**< Created Load for a Reload */ FS_OPT_MAX };