further compiler cleanup / organization

This commit is contained in:
Joshua Warner
2013-02-13 23:23:07 -07:00
parent a7ab59f1f6
commit 2db0303e2f
11 changed files with 339 additions and 267 deletions

View File

@ -39,6 +39,10 @@ Promise* combinedPromise(Context* c, Promise* low, Promise* high);
Promise* resolvedPromise(Context* c, int64_t value);
Promise* ipPromise(Context* c, int logicalIp);
Promise* poolPromise(Context* c, int key);
} // namespace compiler
} // namespace codegen
} // namespace avian