[RyuJIT/ARM32] Remove NYI: struct return from multi-reg GT_CALL
authorHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 20 Oct 2017 05:39:43 +0000 (14:39 +0900)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 20 Oct 2017 05:39:43 +0000 (14:39 +0900)
Remove useless NYI

src/jit/codegenarmarch.cpp

index 6d4660f..bcfbacb 100644 (file)
@@ -3668,9 +3668,6 @@ void CodeGen::genStructReturn(GenTreePtr treeNode)
     }
     else // op1 must be multi-reg GT_CALL
     {
-#ifdef _TARGET_ARM_
-        NYI_ARM("struct return from multi-reg GT_CALL");
-#endif
         assert(op1->IsMultiRegCall() || op1->IsCopyOrReloadOfMultiRegCall());
 
         genConsumeRegs(op1);