qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 72f2e8445adaeeb4916690263f65d6b61ffa5c1d
parent 1b1a7f618ce9fc6b455e3c30213a8ec8feaab1dc
Author: Quentin Carbonneaux <quentin@c9x.me>
Date:   Tue, 14 May 2019 18:49:54 +0200

drop dead declaration

Diffstat:
Mall.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/all.h b/all.h @@ -497,9 +497,6 @@ void fillrpo(Fn *); void ssa(Fn *); void ssacheck(Fn *); -/* simpl.c */ -void simpl(Fn *); - /* copy.c */ void copy(Fn *);