Skip to content

Commit 372c431

Browse files
committed
[nfc] Coding Standards changes
1 parent cde0954 commit 372c431

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/DxilValidation/DxilValidation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ static void ValidateImmOperandsForMatVecOps(CallInst *CI, DXIL::OpCode OpCode,
10661066
ValidationRule::InstrLinalgInvalidMatrixLayoutValue);
10671067
}
10681068

1069-
switch (opcode) {
1069+
switch (OpCode) {
10701070
case DXIL::OpCode::MatVecMul: {
10711071
llvm::Value *OutputIsUnsigned =
10721072
CI->getOperand(DXIL::OperandIndex::kMatVecMulIsOutputUnsignedIdx);
@@ -2122,7 +2122,7 @@ static void ValidateDxilOperationCallInProfile(CallInst *CI,
21222122
ValidateImmOperandsForMatVecOps(CI, Opcode, ValCtx);
21232123
break;
21242124
case DXIL::OpCode::OuterProductAccumulate:
2125-
ValidateImmOperandsForOuterProdAcc(CI, Opcode, ValCtx);
2125+
ValidateImmOperandsForOuterProdAcc(CI, ValCtx);
21262126
break;
21272127
case DXIL::OpCode::VectorAccumulate:
21282128

0 commit comments

Comments
 (0)