mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
bn: Drop unnecessary use of r9
This is done in other versions due to the possibility of an early return. However, there is no early return here. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15798)
This commit is contained in:
parent
450d980480
commit
77bd294bd0
@ -72,8 +72,6 @@ my $np = "r6";
|
||||
my $n0 = "r7";
|
||||
my $num = "r8";
|
||||
|
||||
$rp = "r9"; # $rp is reassigned
|
||||
|
||||
my $c0 = "r10";
|
||||
my $bp0 = "r11";
|
||||
my $bpi = "r11";
|
||||
@ -188,7 +186,6 @@ sub mul_mont_fixed($)
|
||||
.globl .${fname}
|
||||
.align 5
|
||||
.${fname}:
|
||||
mr $rp,r3
|
||||
|
||||
___
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user