From cc5bee5519e26b075d0d0dc28527a05fd9b8c987 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 9 Jul 2023 11:02:23 +0200 Subject: regalloc fixes and rpo --- test/test3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test3.c b/test/test3.c index 74f4c00..a5d165f 100644 --- a/test/test3.c +++ b/test/test3.c @@ -24,7 +24,7 @@ struct p divsh(int a) { } struct bitset { unsigned long long u; }; -static inline void +void bscopy(struct bitset dst[/*siz*/], const struct bitset src[/*siz*/], unsigned siz) { while (siz--) dst++->u = src++->u; -- cgit v1.2.3