mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
move MoveEvent out of compiler.cpp
This commit is contained in:
@ -47,8 +47,21 @@ class Value: public Compiler::Operand {
|
||||
bool isBuddyOf(Value* b);
|
||||
|
||||
void addSite(Context* c, Site* s);
|
||||
|
||||
void grow(Context* c);
|
||||
|
||||
void maybeSplit(Context* c);
|
||||
|
||||
void split(Context* c);
|
||||
|
||||
void removeSite(Context* c, Site* s);
|
||||
|
||||
bool hasSite(Context* c);
|
||||
};
|
||||
|
||||
|
||||
Value* value(Context* c, lir::ValueType type, Site* site = 0, Site* target = 0);
|
||||
|
||||
} // namespace compiler
|
||||
} // namespace codegen
|
||||
} // namespace avian
|
||||
|
Reference in New Issue
Block a user