Basic DCE pass.

This commit is contained in:
Ben Vanik
2013-12-07 02:18:26 -08:00
parent c2113c116d
commit 51d0be0f0a
11 changed files with 205 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
namespace alloy {
namespace hir {
class FunctionBuilder;
class Instr;
class Label;