diff --git a/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs b/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs index 87d273b5e..a36e2a3a9 100644 --- a/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs +++ b/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs @@ -60,7 +60,7 @@ namespace ICSharpCode.Decompiler.CSharp new ConditionDetection(), new ILInlining(), new TransformInlineAssignment(), - new CopyPropagation(), +// new CopyPropagation(), new InlineCompilerGeneratedVariables(), new ExpressionTransforms(), // must run once before "the loop" to allow RemoveDeadVariablesInit new RemoveDeadVariableInit(), // must run after ExpressionTransforms because it does not handle stobj(ldloca V, ...)