~mpu/qbe

remove duplicated function declarations v1 APPLIED

Nguyễn Gia Phong: 1
 remove duplicated function declarations

 1 files changed, 0 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mpu/qbe/patches/49805/mbox | git am -3
Learn more about email & git

[PATCH] remove duplicated function declarations Export this patch

References: 12f9d16c7b000 ("create cfg.c for cfg-related functions")
---
 all.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/all.h b/all.h
index e421b9c24ed4..129dfbf947e3 100644
--- a/all.h
+++ b/all.h
@@ -540,8 +540,6 @@ void loadopt(Fn *);

/* ssa.c */
void filluse(Fn *);
void fillpreds(Fn *);
void fillrpo(Fn *);
void ssa(Fn *);
void ssacheck(Fn *);

-- 
2.41.0
Thanks! That's now on master.