From 4a1b59de943b9cabc4be07e14f2747ebf57e0cef Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 8 May 2018 15:50:23 -0700 Subject: [PATCH] Delete irrelevant comment (#17921) --- src/jit/morph.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp index 4514bcd..052f0ee 100644 --- a/src/jit/morph.cpp +++ b/src/jit/morph.cpp @@ -7873,8 +7873,6 @@ void Compiler::fgMorphTailCall(GenTreeCall* call, void* pfnCopyArgs) } else if (call->IsVirtualVtable()) { - // TODO-ARM-NYI: for x64 handle CORINFO_TAILCALL_THIS_IN_SECRET_REGISTER - noway_assert(thisPtr != NULL); GenTree* add = gtNewOperNode(GT_ADD, TYP_I_IMPL, thisPtr, gtNewIconNode(VPTR_OFFS, TYP_I_IMPL)); -- 2.7.4