shader_ir: Fix comment typo

This commit is contained in:
Levi Behunin
2021-01-23 11:16:37 -07:00
committed by GitHub
parent bfd2bcb068
commit 9477d23d70

View File

@ -392,7 +392,7 @@ void ShaderIR::SetInternalFlagsFromInteger(NodeBlock& bb, Node value, bool sets_
case 0: // Operation Node
SearchOperands(bb, value);
break;
case 2: // Genral Purpose Node
case 2: // General Purpose Node
if (const auto* gpr = std::get_if<GprNode>(value.get())) {
LOG_DEBUG(HW_GPU, "GprNode: index={}", gpr->GetIndex());
Node zerop = Operation(OperationCode::LogicalIEqual, std::move(value),