mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
change Compiler::register_ to Compiler::threadRegister, since it was only used as such
This commit is contained in:
committed by
Joshua Warner
parent
2d444830d0
commit
8af9bb8297
@ -72,7 +72,7 @@ class Compiler {
|
||||
Operand* index = 0,
|
||||
unsigned scale = 1) = 0;
|
||||
|
||||
virtual Operand* register_(int number) = 0;
|
||||
virtual Operand* threadRegister() = 0;
|
||||
|
||||
virtual void push(ir::Type type, Operand* value) = 0;
|
||||
virtual void save(ir::Type type, Operand* value) = 0;
|
||||
|
Reference in New Issue
Block a user