Improve code formatting

This commit is contained in:
Paweł Bylica 2014-10-29 16:38:18 +01:00
parent 1e8a091897
commit 3ee33cc699
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ namespace jit
{ {
using ProgramCounter = uint64_t; // TODO: Rename using ProgramCounter = uint64_t; // TODO: Rename
class BasicBlock class BasicBlock
{ {
public: public:

View file

@ -54,7 +54,7 @@ private:
llvm::Function* m_codeAt; llvm::Function* m_codeAt;
llvm::Function* m_codesizeAt; llvm::Function* m_codesizeAt;
}; };
} }
} }

View file

@ -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);