fixup! Type inference draft.

Rebase fixes
This commit is contained in:
Kamil Śliwak
2023-09-14 07:56:36 +02:00
committed by Nikola Matic
parent 0e95ca163c
commit acad00f461
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1475,9 +1475,6 @@ void CompilerStack::generateIR(ContractDefinition const& _contract)
{
solAssert(m_stackState >= AnalysisSuccessful, "");
if (m_experimentalAnalysis)
solThrow(CompilerError, "IR codegen after experimental analysis is unsupported.");
Contract& compiledContract = m_contracts.at(_contract.fullyQualifiedName());
if (!compiledContract.yulIR.empty())
return;