shader: Move microinstruction header to the value header

This commit is contained in:
ReinUsesLisp 2021-04-21 00:35:47 -03:00 committed by ameerj
parent e4d1122082
commit 050e81500c
20 changed files with 162 additions and 181 deletions

View file

@ -23,10 +23,10 @@
#include <boost/container/flat_set.hpp>
#include "shader_recompiler/frontend/ir/basic_block.h"
#include "shader_recompiler/frontend/ir/microinstruction.h"
#include "shader_recompiler/frontend/ir/opcodes.h"
#include "shader_recompiler/frontend/ir/pred.h"
#include "shader_recompiler/frontend/ir/reg.h"
#include "shader_recompiler/frontend/ir/value.h"
#include "shader_recompiler/ir_opt/passes.h"
namespace Shader::Optimization {