Forward declare IR::Opcode and IR::Type where possible

This commit is contained in:
MerryMage
2018-02-11 11:46:18 +00:00
parent 6c9b4f0114
commit f378d2ef1b
13 changed files with 112 additions and 57 deletions

View File

@@ -119,6 +119,8 @@ add_library(dynarmic
frontend/ir/opcodes.h
frontend/ir/opcodes.inc
frontend/ir/terminal.h
frontend/ir/type.cpp
frontend/ir/type.h
frontend/ir/value.cpp
frontend/ir/value.h
ir_opt/a32_constant_memory_reads_pass.cpp