commit | a43478863b16cb0986fd2ec9d1f1b9ebaaec5922 | [log] [tgz] |
---|---|---|
author | Johannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de> | Thu Jul 05 20:43:58 2012 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 11 11:08:30 2012 +0800 |
tree | a86e7d5311e123d1687c2241ce73e7616deec652 | |
parent | e46e9a46386bca8e80a6467b5c643dc494861896 [diff] |
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>