mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-27 17:55:21 +01:00
Forward declare IR::Opcode and IR::Type where possible
This commit is contained in:
parent
6c9b4f0114
commit
f378d2ef1b
13 changed files with 112 additions and 57 deletions
|
|
@ -10,6 +10,8 @@
|
|||
#include "common/common_types.h"
|
||||
#include "frontend/ir/basic_block.h"
|
||||
#include "frontend/ir/microinstruction.h"
|
||||
#include "frontend/ir/opcodes.h"
|
||||
#include "frontend/ir/type.h"
|
||||
#include "ir_opt/passes.h"
|
||||
|
||||
namespace Dynarmic::Optimization {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue