* roottypes.cs: Rename from tree.cs.
[mono.git] / mono / mini / driver.c
index 7d31e38c373d4926300af7b299d0e4360e8f977e..58f900e7bc0f44b46e1bbb508208ca4c7220bf89 100644 (file)
@@ -99,11 +99,11 @@ opt_names [] = {
 #define DEFAULT_OPTIMIZATIONS (        \
        MONO_OPT_PEEPHOLE |     \
        MONO_OPT_CFOLD |        \
-       MONO_OPT_INLINE |       \
-       MONO_OPT_CONSPROP |     \
-       MONO_OPT_COPYPROP |     \
-       MONO_OPT_TREEPROP |     \
-       MONO_OPT_DEADCE |       \
+       MONO_OPT_INLINE |       \
+       MONO_OPT_CONSPROP |     \
+       MONO_OPT_COPYPROP |     \
+       MONO_OPT_TREEPROP |     \
+       MONO_OPT_DEADCE |       \
        MONO_OPT_BRANCH |       \
        MONO_OPT_LINEARS |      \
        MONO_OPT_INTRINS |  \