Skip to content

Commit 82ee147

Browse files
simollllvm-beanz
andauthored
Update lib/DxilValidation/DxilValidation.cpp
Co-authored-by: Chris B <[email protected]>
1 parent 8675c40 commit 82ee147

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
@@ -1026,7 +1026,7 @@ static bool CheckUnsignedFlag(Type *VecTy, bool IsUnsigned) {
10261026
return true;
10271027
}
10281028

1029-
static Value *getMatVecOpIsOutputUnsigned(CallInst *CI, DXIL::OpCode OpCode) {
1029+
static Value *GetMatVecOpIsOutputUnsigned(CallInst *CI, DXIL::OpCode OpCode) {
10301030
switch (OpCode) {
10311031
case DXIL::OpCode::MatVecMul:
10321032
return CI->getOperand(DXIL::OperandIndex::kMatVecMulIsOutputUnsignedIdx);

0 commit comments

Comments
 (0)