* re-added assembler optimization accidently removed in r44738 as noted by margers on the mailing list

git-svn-id: trunk@44751 -
This commit is contained in:
florian 2020-04-17 21:02:35 +00:00
parent 599b7e80c0
commit 001057b52e

View File

@ -376,6 +376,8 @@ Implementation
Result:=OptPass1Data(p);
A_UXTB:
Result:=OptPass1UXTB(p);
A_UXTH:
Result:=OptPass1UXTH(p);
A_SXTB:
Result:=OptPass1SXTB(p);
A_SXTH: