mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 21:19:26 +02:00
* cosmetics
git-svn-id: trunk@45327 -
This commit is contained in:
parent
ebcae70d72
commit
e5e386f94a
@ -1378,8 +1378,7 @@ implementation
|
||||
not(might_have_sideeffects(tshlshrnode(left).left)) then
|
||||
begin
|
||||
if (tordconstnode(tshlshrnode(left).right).value=
|
||||
tshlshrnode(left).left.resultdef.size*8-tordconstnode(tshlshrnode(right).right).value)
|
||||
then
|
||||
tshlshrnode(left).left.resultdef.size*8-tordconstnode(tshlshrnode(right).right).value) then
|
||||
begin
|
||||
result:=cinlinenode.create(in_ror_x_y,false,
|
||||
ccallparanode.create(tshlshrnode(left).right,
|
||||
@ -1389,8 +1388,7 @@ implementation
|
||||
exit;
|
||||
end
|
||||
else if (tordconstnode(tshlshrnode(right).right).value=
|
||||
tshlshrnode(left).left.resultdef.size*8-tordconstnode(tshlshrnode(left).right).value)
|
||||
then
|
||||
tshlshrnode(left).left.resultdef.size*8-tordconstnode(tshlshrnode(left).right).value) then
|
||||
begin
|
||||
result:=cinlinenode.create(in_rol_x_y,false,
|
||||
ccallparanode.create(tshlshrnode(right).right,
|
||||
|
Loading…
Reference in New Issue
Block a user