summaryrefslogtreecommitdiff
path: root/compiler/x86/nx86cnv.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/x86/nx86cnv.pas')
-rw-r--r--compiler/x86/nx86cnv.pas5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/x86/nx86cnv.pas b/compiler/x86/nx86cnv.pas
index 91ea652eb4..805c8c5a96 100644
--- a/compiler/x86/nx86cnv.pas
+++ b/compiler/x86/nx86cnv.pas
@@ -72,11 +72,6 @@ implementation
function tx86typeconvnode.first_real_to_real : tnode;
begin
first_real_to_real:=nil;
- { comp isn't a floating type }
- if (tfloatdef(resultdef).floattype=s64comp) and
- (tfloatdef(left.resultdef).floattype<>s64comp) and
- not (nf_explicit in flags) then
- CGMessage(type_w_convert_real_2_comp);
if use_vectorfpu(resultdef) then
expectloc:=LOC_MMREGISTER
else