mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixup! Type inference draft.
Rebase fixes
This commit is contained in:
committed by
Nikola Matic
parent
0e95ca163c
commit
acad00f461
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user