Browse Source

Cleanup Compiler

cl-refactor
Paweł Bylica 10 years ago
parent
commit
bb1954089c
  1. 3
      evmcc/BasicBlock.h
  2. 1030
      evmcc/Compiler.cpp

3
evmcc/BasicBlock.h

@ -25,7 +25,8 @@ public:
State& getState() { return m_state; }
void setEnd(ProgramCounter _endInstIdx) { m_endInstIdx = _endInstIdx; }
ProgramCounter begin() { return m_beginInstIdx; }
ProgramCounter end() { return m_endInstIdx; }
private:
ProgramCounter m_beginInstIdx;

1030
evmcc/Compiler.cpp

File diff suppressed because it is too large
Loading…
Cancel
Save