From df61decee5095479f4760f36027a445d8d792373 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 24 Feb 2017 15:52:56 -0500 Subject: start a new simplification pass --- all.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'all.h') diff --git a/all.h b/all.h index 128d16c..f518a36 100644 --- a/all.h +++ b/all.h @@ -588,6 +588,9 @@ void fillrpo(Fn *); void ssa(Fn *); void ssacheck(Fn *); +/* simpl.c */ +void simpl(Fn *); + /* copy.c */ void copy(Fn *); -- cgit 1.4.1