Skip to content

Commit 623f752

Browse files
committed
nfc: fix call after callee name change
1 parent 82ee147 commit 623f752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DxilValidation/DxilValidation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ static void ValidateImmOperandsForMatVecOps(CallInst *CI, DXIL::OpCode OpCode,
10571057
CI->getOperand(DXIL::OperandIndex::kMatVecMulMatrixLayoutIdx);
10581058
llvm::Value *MatrixTranspose =
10591059
CI->getOperand(DXIL::OperandIndex::kMatVecMulMatrixTransposeIdx);
1060-
llvm::Value *IsOutputUnsigned = getMatVecOpIsOutputUnsigned(CI, OpCode);
1060+
llvm::Value *IsOutputUnsigned = GetMatVecOpIsOutputUnsigned(CI, OpCode);
10611061

10621062
ConstantInt *IsInputUnsignedConst =
10631063
dyn_cast<llvm::ConstantInt>(IsInputUnsigned);

0 commit comments

Comments
 (0)