diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-07-03 21:54:05 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-03 21:54:05 -0300 |
| commit | c99b2884e4eb9adfb5b893ee84d7678262d19b06 (patch) | |
| tree | 420e4e6dcf7f8adae38edca8a1284f6ad75f7e38 /ChocolArm64/Instruction | |
| parent | c206239d28b33f6696b16639e35bf5c533de7cf9 (diff) | |
Remove broken adds/cmn with condition check optimization (#218)
Diffstat (limited to 'ChocolArm64/Instruction')
| -rw-r--r-- | ChocolArm64/Instruction/AInstEmitAlu.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ChocolArm64/Instruction/AInstEmitAlu.cs b/ChocolArm64/Instruction/AInstEmitAlu.cs index 0e546f7a..490387e1 100644 --- a/ChocolArm64/Instruction/AInstEmitAlu.cs +++ b/ChocolArm64/Instruction/AInstEmitAlu.cs @@ -50,8 +50,6 @@ namespace ChocolArm64.Instruction public static void Adds(AILEmitterCtx Context) { - Context.TryOptMarkCondWithoutCmp(); - EmitDataLoadOpers(Context); Context.Emit(OpCodes.Add); |
