From 2567631aad9684c8b6c4cae9e4d94e3c93a2466f Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 24 Jan 2021 14:28:49 +0000 Subject: [PATCH] * Removed in_x86mm_last (the duplicate no and unused) from the tinlinenumber enum. git-svn-id: trunk@48395 - --- compiler/x86/cx86mminnr.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/x86/cx86mminnr.inc b/compiler/x86/cx86mminnr.inc index f4684e66c1..6d2717f644 100644 --- a/compiler/x86/cx86mminnr.inc +++ b/compiler/x86/cx86mminnr.inc @@ -499,5 +499,5 @@ in_x86_pcmpistrm = in_x86_mm_first+498, in_x86_pcmpistrm_from_mem = in_x86_mm_first+499, in_x86_pcmpgtq = in_x86_mm_first+500, - in_x86_pcmpgtq_from_mem = in_x86_mm_first+501, - in_x86mm_last = in_x86_mm_first+501 + in_x86_pcmpgtq_from_mem = in_x86_mm_first+501 +