MCPcopy Create free account
hub / github.com/argotorg/solidity / setViaSSACFG

Method setViaSSACFG

libsolidity/interface/CompilerStack.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void CompilerStack::setViaSSACFG(bool _viaSSACFG)
239{
240 solAssert(m_stackState < CompilationSuccessful, "Must set SSA CFG codegen before compilation.");
241 m_viaSSACFG = _viaSSACFG;
242}
243
244void CompilerStack::setEVMVersion(langutil::EVMVersion _version)
245{

Callers 4

BOOST_AUTO_TEST_CASEFunction · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected