#ifndef PEEPHOLE_H #define PEEPHOLE_H #include "ir.h" Value node_compute(Node *n, Lexer *l); Node *node_peephole(Node *n, Graph *p, Lexer *l); #endif