mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
rename lir::Register to lir::RegisterPair
This commit is contained in:
committed by
Joshua Warner
parent
10442dc7d6
commit
02d1a83ad9
@ -149,9 +149,9 @@ class Address : public Operand {
|
||||
Promise* address;
|
||||
};
|
||||
|
||||
class Register : public Operand {
|
||||
class RegisterPair : public Operand {
|
||||
public:
|
||||
Register(int low, int high = NoRegister) : low(low), high(high)
|
||||
RegisterPair(int low, int high = NoRegister) : low(low), high(high)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user