Remove an outdated comment.
authorZoltan Varga <vargaz@gmail.com>
Tue, 11 Nov 2008 11:29:49 +0000 (11:29 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 11 Nov 2008 11:29:49 +0000 (11:29 -0000)
svn path=/trunk/mono/; revision=118488

mono/mini/liveness.c

index 838907c2ed01de1b84fb1543abffbb7daf816263..ce36c24d6493fe1da5bc17697674897221acc39b 100644 (file)
@@ -633,7 +633,6 @@ mono_analyze_liveness (MonoCompile *cfg)
 
 #ifdef ENABLE_LIVENESS2
                /* This improves code size by about 5% but slows down compilation too much */
-               /* FIXME: This crashes when compiling 2.0 mscorlib */
                if (cfg->compile_aot)
                        mono_analyze_liveness2 (cfg);
 #endif