Adding control flow simplification pass to compensate for lack of phi.

This commit is contained in:
Ben Vanik
2014-08-06 14:19:42 -07:00
parent bba3315f58
commit b02ce5e95e
10 changed files with 187 additions and 8 deletions

View File

@@ -61,6 +61,7 @@ class HIRBuilder {
void ResetLabelTags();
void AddEdge(Block* src, Block* dest, uint32_t flags);
void MergeAdjacentBlocks(Block* left, Block* right);
// static allocations:
// Value* AllocStatic(size_t length);