mirror of
https://github.com/corda/corda.git
synced 2025-06-20 16:10:26 +00:00
remove redundant Compiler::memory scale parameter
This commit is contained in:
committed by
Joshua Warner
parent
f9b781149e
commit
9805ff94b4
@ -69,8 +69,7 @@ class Compiler {
|
||||
virtual Operand* memory(Operand* base,
|
||||
ir::Type type,
|
||||
int displacement = 0,
|
||||
Operand* index = 0,
|
||||
unsigned scale = 1) = 0;
|
||||
Operand* index = 0) = 0;
|
||||
|
||||
virtual Operand* threadRegister() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user