mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +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
|
||||
{ real label and jump, no further references to the
|
||||
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
|
||||
begin
|
||||
l:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user