X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Foptflags-def.h;h=e0333ea456037c1cef8b91994452713af4c36c87;hb=b0e9fb6f6f4791e9c7684c2e9af17f9929ff6564;hp=88a9a2bb9186db9aedf15bfdfd1595d1343433a4;hpb=878f81595d3d032c912721239722348bf1371613;p=mono.git diff --git a/mono/mini/optflags-def.h b/mono/mini/optflags-def.h index 88a9a2bb918..e0333ea4560 100644 --- a/mono/mini/optflags-def.h +++ b/mono/mini/optflags-def.h @@ -20,8 +20,7 @@ OPTFLAG(ABCREM ,18, "abcrem", "Array bound checks removal") OPTFLAG(SSAPRE ,19, "ssapre", "SSA based Partial Redundancy Elimination") OPTFLAG(EXCEPTION,20, "exception", "Optimize exception catch blocks") OPTFLAG(SSA ,21, "ssa", "Use plain SSA form") -OPTFLAG(TREEPROP ,22, "treeprop", "Tree propagation") OPTFLAG(SSE2 ,23, "sse2", "SSE2 instructions on x86") OPTFLAG(GSHARED ,24, "gshared", "Share generics") OPTFLAG(SIMD ,25, "simd", "Simd intrinsics") - +OPTFLAG(UNSAFE ,26, "unsafe", "Remove bound checks and perform other dangerous changes")