diff options
| author | 2026-03-17 18:30:10 +0100 | |
|---|---|---|
| committer | 2026-03-17 18:30:37 +0100 | |
| commit | 04930d578e65d560253d0c24af43e0ecd06117c8 (patch) | |
| tree | 6e90f09af0030160dff034bb8e654580779f47a7 /src/ir_regalloc.c | |
| parent | 3eeb6f219e4d32160fa10895b57a8ddfefff5ff7 (diff) | |
Refactor: move some utils from antcc.h to their own headers
Diffstat (limited to 'src/ir_regalloc.c')
| -rw-r--r-- | src/ir_regalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir_regalloc.c b/src/ir_regalloc.c index 1200c77..fbe80ca 100644 --- a/src/ir_regalloc.c +++ b/src/ir_regalloc.c @@ -1,4 +1,5 @@ #include "ir.h" +#include "u_bits.h" /** Implements linear scan register allocation **/ /* Some references: |