symm/rijndael-arm-crypto.S: Delete a redundant instruction.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Jun 2018 09:21:32 +0000 (10:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Jun 2018 12:10:49 +0000 (13:10 +0100)
commit0302fef3b7a36ef092998e4fae668fd90e3f5bc3
tree6abefcc79c6c1e06bd01d687cc7af829892c9fd5
parent85e29c6edea1042eafbb8345ba0a7d805fa9b4bd
symm/rijndael-arm-crypto.S: Delete a redundant instruction.

We've already loaded the previous-cycle word by the time we get to `1:'
here, so we don't need to do it again.  The pointers don't move, so this
was harmless but pointless.
symm/rijndael-arm-crypto.S