提交 27f45e3a 编写于 作者: C Carol Eidt 提交者: GitHub

Merge pull request dotnet/coreclr#13584 from wateret/fix-armel-treenodeinfoinit

[RyuJIT/armel] Fix ifdef block in TreeNodeInfoInit

Commit migrated from https://github.com/dotnet/coreclr/commit/f5f622db2a00d7687f256c0d1cdda5e6f6da7ad4
......@@ -712,12 +712,11 @@ void Lowering::TreeNodeInfoInit(GenTree* tree)
info->dstCount = 2;
}
else
#else
#endif
{
assert(info->dstCount == 1);
}
#endif
break;
break;
case GT_PUTARG_SPLIT:
TreeNodeInfoInitPutArgSplit(tree->AsPutArgSplit());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册