From e5e386f94ab4f87880c4358e40dbc31a22e50ea2 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 10 May 2020 18:41:10 +0000 Subject: [PATCH] * cosmetics git-svn-id: trunk@45327 - --- compiler/nadd.pas | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/compiler/nadd.pas b/compiler/nadd.pas index 249f954cb5..3a4a2168e3 100644 --- a/compiler/nadd.pas +++ b/compiler/nadd.pas @@ -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,