move CombineEvent out of compiler.cpp

This commit is contained in:
Joshua Warner
2013-02-13 20:28:29 -07:00
parent 5ad0eb86d3
commit 8a61b38a01
7 changed files with 321 additions and 293 deletions

View File

@ -57,6 +57,14 @@ class Value: public Compiler::Operand {
void removeSite(Context* c, Site* s);
bool hasSite(Context* c);
bool uniqueSite(Context* c, Site* s);
#ifndef NDEBUG
bool hasBuddy(Context* c, Value* b);
#endif // not NDEBUG
};