Skip to content

Commit ebdc454

Browse files
simolltex3d
andauthored
Update lib/DxilValidation/DxilValidation.cpp
Co-authored-by: Tex Riddell <[email protected]>
1 parent da9f549 commit ebdc454

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
@@ -970,7 +970,7 @@ static void ValidateImmOperandForMathDxilOp(CallInst *CI, DXIL::OpCode Opcode,
970970
}
971971
}
972972

973-
static bool CheckFromRegisterInterpretations(uint32_t input) {
973+
static bool CheckFromRegisterInterpretations(uint32_t Input) {
974974
DXIL::ComponentType ValidSet[] = {
975975
DXIL::ComponentType::I16, DXIL::ComponentType::U16,
976976
DXIL::ComponentType::I32, DXIL::ComponentType::U32,

0 commit comments

Comments
 (0)