summaryrefslogtreecommitdiff
path: root/peephole.h
diff options
context:
space:
mode:
Diffstat (limited to 'peephole.h')
-rw-r--r--peephole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/peephole.h b/peephole.h
index e9a2cab..11c0961 100644
--- a/peephole.h
+++ b/peephole.h
@@ -4,6 +4,6 @@
#include "ir.h"
Value node_compute(Node *n, Lexer *l);
-Node *node_peephole(Node *n, Proc *p, Lexer *l);
+Node *node_peephole(Node *n, Graph *p, Lexer *l);
#endif