mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
@@ -19,7 +19,7 @@
|
||||
* @date 2014
|
||||
*/
|
||||
|
||||
#include "Assembly.h"
|
||||
#include <libevmasm/Assembly.h>
|
||||
|
||||
#include <libevmasm/CommonSubexpressionEliminator.h>
|
||||
#include <libevmasm/ControlFlowGraph.h>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* Removes unused JUMPDESTs.
|
||||
*/
|
||||
|
||||
#include "JumpdestRemover.h"
|
||||
#include <libevmasm/JumpdestRemover.h>
|
||||
|
||||
#include <libevmasm/AssemblyItem.h>
|
||||
|
||||
|
||||
@@ -21,10 +21,11 @@
|
||||
* Contains knowledge about the state of the virtual machine at a specific instruction.
|
||||
*/
|
||||
|
||||
#include "KnownState.h"
|
||||
#include <functional>
|
||||
#include <libdevcore/Keccak256.h>
|
||||
#include <libevmasm/KnownState.h>
|
||||
#include <libevmasm/AssemblyItem.h>
|
||||
#include <libdevcore/Keccak256.h>
|
||||
|
||||
#include <functional>
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* @date 2015
|
||||
*/
|
||||
|
||||
#include "PathGasMeter.h"
|
||||
#include <libevmasm/PathGasMeter.h>
|
||||
#include <libevmasm/KnownState.h>
|
||||
#include <libevmasm/SemanticInformation.h>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* Performs local optimising code changes to assembly.
|
||||
*/
|
||||
|
||||
#include "PeepholeOptimiser.h"
|
||||
#include <libevmasm/PeepholeOptimiser.h>
|
||||
|
||||
#include <libevmasm/AssemblyItem.h>
|
||||
#include <libevmasm/SemanticInformation.h>
|
||||
|
||||
Reference in New Issue
Block a user