mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 23:24:11 +02:00
Added missing MOVSXD check to PostPeepHoleOptsCpu
This commit is contained in:
parent
d71346aa37
commit
72661fd5c1
@ -215,7 +215,8 @@ uses
|
||||
Result:=PostPeepholeOptMov(p);
|
||||
A_AND:
|
||||
Result:=PostPeepholeOptAnd(p);
|
||||
A_MOVSX:
|
||||
A_MOVSX,
|
||||
A_MOVSXD:
|
||||
Result:=PostPeepholeOptMOVSX(p);
|
||||
A_MOVZX:
|
||||
Result:=PostPeepholeOptMovzx(p);
|
||||
|
Loading…
Reference in New Issue
Block a user