diff options
| author | 2025-09-14 11:06:06 +0200 | |
|---|---|---|
| committer | 2025-09-14 11:07:11 +0200 | |
| commit | 92c6943fa81145050b083348831a03154be2210c (patch) | |
| tree | c15a17756c04f87ed1ad00ca510273cc348590af /test/test3.c | |
| parent | a95e385217841da91c3e44674dbaa95fb613a153 (diff) | |
regalloc.c cleanup
Diffstat (limited to 'test/test3.c')
| -rw-r--r-- | test/test3.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |