Commit a4347886 authored by Johannes Goetzfried's avatar Johannes Goetzfried Committed by Herbert Xu

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: default avatarJohannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e46e9a46
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment