diff --git a/tools/shader-tool/shader-tool.cpp b/tools/shader-tool/shader-tool.cpp index 21fb573..60ae726 100644 --- a/tools/shader-tool/shader-tool.cpp +++ b/tools/shader-tool/shader-tool.cpp @@ -301,8 +301,7 @@ static shader::ir::Region parseIsa(shader::ir::Context &context, } if (auto converted = shader::gcn::convertToSpv( - isaContext, ir, gcnSemanticInfo, gcnSemanticModuleInfo, - *inputParam.gcnStage, env)) { + isaContext, ir, gcnSemanticModuleInfo, *inputParam.gcnStage, env)) { if (auto result = shader::spv::deserialize(context, converted->spv, loc)) { return result->merge(context); }