Remove broken adds/cmn with condition check optimization (#218)

This commit is contained in:
gdkchan 2018-07-03 21:54:05 -03:00 committed by GitHub
parent e3f0ac8c96
commit 94a27a9793
2 changed files with 0 additions and 7 deletions

View file

@ -50,8 +50,6 @@ namespace ChocolArm64.Instruction
public static void Adds(AILEmitterCtx Context)
{
Context.TryOptMarkCondWithoutCmp();
EmitDataLoadOpers(Context);
Context.Emit(OpCodes.Add);