mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed varargs and tuple building
This commit is contained in:
parent
7741344fd2
commit
8171c842f0
5 changed files with 42 additions and 25 deletions
|
@ -8794,11 +8794,6 @@ BfIRValue BfModule::CreateFunctionFrom(BfMethodInstance* methodInstance, bool tr
|
|||
if (mCompiler->IsSkippingExtraResolveChecks())
|
||||
return BfIRValue();
|
||||
|
||||
if (methodInstance->mMethodDef->mName == "Check")
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
if (methodInstance->mMethodInstanceGroup->mOwner->IsInterface())
|
||||
{
|
||||
//BF_ASSERT(!methodInstance->mIRFunction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue