mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Renamed AssemblyStack to YulStack
All files, references, variables, comments, etc. were renamed to YulStack.
This commit is contained in:
committed by
Kamil Śliwak
parent
15c2a33eb3
commit
e1a59397c6
@@ -25,7 +25,7 @@
|
||||
#include <libsolidity/interface/FileReader.h>
|
||||
#include <libsolidity/interface/ImportRemapper.h>
|
||||
|
||||
#include <libyul/AssemblyStack.h>
|
||||
#include <libyul/YulStack.h>
|
||||
|
||||
#include <liblangutil/DebugInfoSelection.h>
|
||||
#include <liblangutil/EVMVersion.h>
|
||||
@@ -190,8 +190,8 @@ struct CommandLineOptions
|
||||
|
||||
struct
|
||||
{
|
||||
yul::AssemblyStack::Machine targetMachine = yul::AssemblyStack::Machine::EVM;
|
||||
yul::AssemblyStack::Language inputLanguage = yul::AssemblyStack::Language::StrictAssembly;
|
||||
yul::YulStack::Machine targetMachine = yul::YulStack::Machine::EVM;
|
||||
yul::YulStack::Language inputLanguage = yul::YulStack::Language::StrictAssembly;
|
||||
} assembly;
|
||||
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user