diff --git a/compiler/llvm/aasmllvm.pas b/compiler/llvm/aasmllvm.pas index 0d366c64a2..dcef70d2ca 100644 --- a/compiler/llvm/aasmllvm.pas +++ b/compiler/llvm/aasmllvm.pas @@ -299,8 +299,7 @@ uses allocate_oper(opidx+1); with oper[opidx]^ do begin - if typ<>top_tai then - clearop(opidx); + clearop(opidx); ai:=_ai; typ:=top_tai; end;