crypto: twofish-avx - remove useless instruction
The register %rdx is written, but never read till the end of the encryption routine. Therefore let's delete the useless instruction. Signed-off-by: Johannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Родитель
e46e9a4638
Коммит
a43478863b
|
@ -243,7 +243,6 @@ __twofish_enc_blk_8way:
|
|||
popq %rbx;
|
||||
|
||||
leaq (4*4*4)(%rsi), %rax;
|
||||
leaq (4*4*4)(%rax), %rdx;
|
||||
|
||||
testb %cl, %cl;
|
||||
jnz __enc_xor8;
|
||||
|
|
Загрузка…
Ссылка в новой задаче