Merge pull request #2810 from kumpera/fix_hazard_free
[mono.git] / mono / mini / optflags-def.h
index c811f3ec3be51ee6835c0d9e25d788aa62c84ed5..8de8b6f356818f625cc02d5da5b774e864be596e 100644 (file)
@@ -17,7 +17,7 @@ OPTFLAG(LEAF     ,15, "leaf",       "Leaf procedures optimizations")
 OPTFLAG(AOT      ,16, "aot",        "Usage of Ahead Of Time compiled code")
 OPTFLAG(PRECOMP  ,17, "precomp",    "Precompile all methods before executing Main")
 OPTFLAG(ABCREM   ,18, "abcrem",     "Array bound checks removal")
-OPTFLAG(SSAPRE   ,19, "ssapre",     "SSA based Partial Redundancy Elimination")
+OPTFLAG(SSAPRE   ,19, "ssapre",     "SSA based Partial Redundancy Elimination (obsolete)")
 OPTFLAG(EXCEPTION,20, "exception",  "Optimize exception catch blocks")
 OPTFLAG(SSA      ,21, "ssa",        "Use plain SSA form")
 OPTFLAG(SSE2     ,23, "sse2",       "SSE2 instructions on x86")