summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-04-21 05:35:47 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:28 +0200
commit050e81500c002f304d581f28700de549b828a2bc (patch)
tree906868122c08a0771987e6953c096476c0ebc277 /src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp
parentshader: Move siblings check to a separate function and comment them out (diff)
downloadyuzu-050e81500c002f304d581f28700de549b828a2bc.tar
yuzu-050e81500c002f304d581f28700de549b828a2bc.tar.gz
yuzu-050e81500c002f304d581f28700de549b828a2bc.tar.bz2
yuzu-050e81500c002f304d581f28700de549b828a2bc.tar.lz
yuzu-050e81500c002f304d581f28700de549b828a2bc.tar.xz
yuzu-050e81500c002f304d581f28700de549b828a2bc.tar.zst
yuzu-050e81500c002f304d581f28700de549b828a2bc.zip
Diffstat (limited to 'src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp')
-rw-r--r--src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp b/src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp
index 62e73d52d..773e1f961 100644
--- a/src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp
+++ b/src/shader_recompiler/ir_opt/lower_fp16_to_fp32.cpp
@@ -5,7 +5,7 @@
#include <algorithm>
#include "shader_recompiler/frontend/ir/ir_emitter.h"
-#include "shader_recompiler/frontend/ir/microinstruction.h"
+#include "shader_recompiler/frontend/ir/value.h"
#include "shader_recompiler/ir_opt/passes.h"
namespace Shader::Optimization {