Skip to content

Commit 1b57720

Browse files
alexmalyshevfacebook-github-bot
authored andcommitted
Minor refactors to regalloc
Summary: Mostly just moving definitions to the .cpp file, keeping the order consistent between .h and .cpp, and adding comments. Reviewed By: martindemello Differential Revision: D81816254 fbshipit-source-id: 4668045a9046daf27273727d273389d33b0b4ee2
1 parent 9269973 commit 1b57720

4 files changed

Lines changed: 314 additions & 303 deletions

File tree

cinderx/Jit/codegen/gen_asm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "cinderx/Jit/lir/generator.h"
3535
#include "cinderx/Jit/lir/postalloc.h"
3636
#include "cinderx/Jit/lir/postgen.h"
37+
#include "cinderx/Jit/lir/printer.h"
3738
#include "cinderx/Jit/lir/regalloc.h"
3839
#include "cinderx/Jit/lir/verify.h"
3940
#include "cinderx/Jit/perf_jitdump.h"

0 commit comments

Comments
 (0)