Remove NYI for helper calls with long return types
authorMichelle McDaniel <adiaaida@gmail.com>
Wed, 24 Aug 2016 15:38:48 +0000 (08:38 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Wed, 24 Aug 2016 17:28:04 +0000 (10:28 -0700)
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

index 6e4f520..aea8431 100755 (executable)
@@ -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