summaryrefslogtreecommitdiff
path: root/compiler/llvm/nllvmtcon.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-05-12 18:44:05 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-05-12 18:44:05 +0000
commit08a7bf3d9cae12254ec73dcba54ce179b0e42109 (patch)
tree889e1841cf8a71aa7ec7728211a8ff2a23eb5e9e /compiler/llvm/nllvmtcon.pas
parent0df7d1db05537a3bf08a08036d5de2733335e902 (diff)
parente69ad5832da5c1af0a84c3029e1befafa52aa695 (diff)
downloadfpc-08a7bf3d9cae12254ec73dcba54ce179b0e42109.tar.gz
* synchronised with trunk till r42049
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/debug_eh@42050 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/llvm/nllvmtcon.pas')
-rw-r--r--compiler/llvm/nllvmtcon.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/llvm/nllvmtcon.pas b/compiler/llvm/nllvmtcon.pas
index 9ccef61e0a..8dcef8398b 100644
--- a/compiler/llvm/nllvmtcon.pas
+++ b/compiler/llvm/nllvmtcon.pas
@@ -660,8 +660,6 @@ implementation
st_widestring,
st_unicodestring:
eledef:=cwidechartype;
- else
- internalerror(2014062202);
end;
else
internalerror(2014062203);
@@ -766,6 +764,8 @@ implementation
todef:=tmpintdef;
op:=firstop
end;
+ else
+ ;
end;
ai:=taillvm.op_reg_tai_size(op,NR_NO,nil,todef);
typedai:=wrap_with_type(ai,todef);