|
|
@ -79,8 +79,7 @@ namespace ICSharpCode.Decompiler.CSharp |
|
|
|
//new InlineCompilerGeneratedVariables(),
|
|
|
|
//new InlineCompilerGeneratedVariables(),
|
|
|
|
// -- isn't InlineCompilerGeneratedVariables redundant now that we have variable splitting?
|
|
|
|
// -- isn't InlineCompilerGeneratedVariables redundant now that we have variable splitting?
|
|
|
|
new RemoveDeadVariableInit(), // must run after ExpressionTransforms because it does not handle stobj(ldloca V, ...)
|
|
|
|
new RemoveDeadVariableInit(), // must run after ExpressionTransforms because it does not handle stobj(ldloca V, ...)
|
|
|
|
//new DelegateConstruction(),
|
|
|
|
new DelegateConstruction(), |
|
|
|
// DelegateConstruction disabled because its broken since the BlockILTransform change
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|