mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
Improve code formatting
This commit is contained in:
parent
1e8a091897
commit
3ee33cc699
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ namespace jit
|
||||||
{
|
{
|
||||||
|
|
||||||
using ProgramCounter = uint64_t; // TODO: Rename
|
using ProgramCounter = uint64_t; // TODO: Rename
|
||||||
|
|
||||||
class BasicBlock
|
class BasicBlock
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ private:
|
||||||
llvm::Function* m_codeAt;
|
llvm::Function* m_codeAt;
|
||||||
llvm::Function* m_codesizeAt;
|
llvm::Function* m_codesizeAt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ public:
|
||||||
llvm::Value* getData();
|
llvm::Value* getData();
|
||||||
llvm::Value* getSize();
|
llvm::Value* getSize();
|
||||||
void copyBytes(llvm::Value* _srcPtr, llvm::Value* _srcSize, llvm::Value* _srcIndex,
|
void copyBytes(llvm::Value* _srcPtr, llvm::Value* _srcSize, llvm::Value* _srcIndex,
|
||||||
llvm::Value* _destMemIdx, llvm::Value* _byteCount);
|
llvm::Value* _destMemIdx, llvm::Value* _byteCount);
|
||||||
|
|
||||||
/// Requires this amount of memory. And counts gas fee for that memory.
|
/// Requires this amount of memory. And counts gas fee for that memory.
|
||||||
void require(llvm::Value* _size);
|
void require(llvm::Value* _size);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue