mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 21:20:53 +02:00
* i386: Fixed detection of a peephole optimization using CMOV.
git-svn-id: trunk@32115 -
This commit is contained in:
parent
5771073e0b
commit
6537b99ac3
@ -2066,7 +2066,7 @@ begin
|
|||||||
(taicpu(hp2).condition=C_None) and
|
(taicpu(hp2).condition=C_None) and
|
||||||
{ real label and jump, no further references to the
|
{ real label and jump, no further references to the
|
||||||
label are allowed }
|
label are allowed }
|
||||||
(tasmlabel(taicpu(p).oper[0]^.ref^.symbol).getrefs=2) and
|
(tasmlabel(taicpu(p).oper[0]^.ref^.symbol).getrefs=1) and
|
||||||
FindLabel(tasmlabel(taicpu(p).oper[0]^.ref^.symbol),hp1) then
|
FindLabel(tasmlabel(taicpu(p).oper[0]^.ref^.symbol),hp1) then
|
||||||
begin
|
begin
|
||||||
l:=0;
|
l:=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user