Remove broken adds/cmn with condition check optimization (#218)
This commit is contained in:
parent
c206239d28
commit
c99b2884e4
2 changed files with 0 additions and 7 deletions
|
@ -50,8 +50,6 @@ namespace ChocolArm64.Instruction
|
|||
|
||||
public static void Adds(AILEmitterCtx Context)
|
||||
{
|
||||
Context.TryOptMarkCondWithoutCmp();
|
||||
|
||||
EmitDataLoadOpers(Context);
|
||||
|
||||
Context.Emit(OpCodes.Add);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue