From 53ad9e12cc0cdd94c54d5ef59edb071d6c4ae3b7 Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Wed, 24 Aug 2016 08:38:48 -0700 Subject: [PATCH] Remove NYI for helper calls with long return types The LIR changes fixed the bug in the decomp and the dumper for morphing nodes into helper calls with long return types, so this NYI can be removed. --- src/jit/morph.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp index 6e4f520..aea8431 100755 --- a/src/jit/morph.cpp +++ b/src/jit/morph.cpp @@ -100,8 +100,6 @@ GenTreePtr Compiler::fgMorphIntoHelperCall(GenTreePtr tree, int helper, GenTreeA retTypeDesc->Reset(); retTypeDesc->InitializeLongReturnType(this); callNode->ClearOtherRegs(); - - NYI("Helper with TYP_LONG return type"); } #endif -- 2.7.4