remove unnecessary MOVQ

This commit is contained in:
George Tankersley 2018-05-29 00:00:00 +00:00
parent bcd71dd378
commit e430bd5d31
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ TEXT ·FeMulADX(SB),NOSPLIT,$0
ADCQ R15, BX
// Consolidate carry chain into r5
ADCQ AX, CX
MOVQ CX, 40(DI)
ADCQ CX, 40(DI)
MOVQ R10, 8(DI)
MOVQ R12, 16(DI)