Browse Source

Disable CopyPropagation

pull/734/head
Siegfried Pammer 9 years ago
parent
commit
20f1ba11b4
  1. 2
      ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs

2
ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs

@ -60,7 +60,7 @@ namespace ICSharpCode.Decompiler.CSharp @@ -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, ...)

Loading…
Cancel
Save