From 92c6943fa81145050b083348831a03154be2210c Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 14 Sep 2025 11:06:06 +0200 Subject: regalloc.c cleanup --- test/test3.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test3.c') diff --git a/test/test3.c b/test/test3.c index b99a543..0f84bba 100644 --- a/test/test3.c +++ b/test/test3.c @@ -31,7 +31,6 @@ bscopy(struct bitset dst[/*siz*/], const struct bitset src[/*siz*/], unsigned si } -#if 0 long test(long x) { return x + (long)"abc"; } @@ -48,4 +47,3 @@ void testss() { long fma(long x, long y) { return x + (y <<1) - 2147483648;} -#endif -- cgit v1.2.3