mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +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
@ -77,7 +77,6 @@ inline bool isGeneralValue(Compiler::Operand* a)
|
||||
return !isFloatValue(a);
|
||||
}
|
||||
|
||||
Value* value(Context* c, lir::ValueType type, Site* site = 0, Site* target = 0);
|
||||
Value* value(Context* c, ir::Type type, Site* site = 0, Site* target = 0);
|
||||
|
||||
} // namespace compiler
|
||||
|
Reference in New Issue
Block a user