Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94be070 commit ee839e9Copy full SHA for ee839e9
libyul/YulStack.cpp
@@ -44,6 +44,7 @@ using namespace solidity;
44
using namespace solidity::frontend;
45
using namespace solidity::yul;
46
using namespace solidity::langutil;
47
+using namespace solidity::util;
48
49
namespace
50
{
@@ -257,8 +258,7 @@ MachineAssemblyObject YulStack::assemble(Machine _machine)
257
258
case Machine::EVM:
259
return assembleWithDeployed().first;
260
}
- // unreachable
261
- return MachineAssemblyObject();
+ unreachable();
262
263
264
std::pair<MachineAssemblyObject, MachineAssemblyObject>
0 commit comments