diff options
Diffstat (limited to 'src/opt.c')
| -rw-r--r-- | src/opt.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <qbt/opt.h> #include <qbt/regalloc.h> +#include <qbt/unreachable.h> #include <qbt/ssa.h> #include <qbt/abi.h> @@ -8,5 +9,6 @@ void optimize(struct fn *f) ssa(f); abi0(f); /* ... do more stuff ... */ + unreachable(f); regalloc(f); } |
