Skip to content

Commit 4c6cf1f

Browse files
simollllvm-beanz
andauthored
Update tools/clang/lib/CodeGen/CodeGenTypes.cpp
Co-authored-by: Chris B <[email protected]>
1 parent 42508ff commit 4c6cf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/lib/CodeGen/CodeGenTypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ llvm::Type *CodeGenTypes::ConvertType(QualType T) {
367367
.getConstantArrayType(eltTy, llvm::APInt(32, count),
368368
ArrayType::ArraySizeModifier::Normal, 0)
369369
.getTypePtr();
370-
} else if (hlsl::IsHLSLHitObjectType(T))
370+
} else if (hlsl::IsHLSLHitObjectType(T)) // HLSL Change
371371
return hlsl::dxilutil::GetHLSLHitObjectType(&TheModule);
372372
else
373373
return ConvertRecordDeclType(RT->getDecl());

0 commit comments

Comments
 (0)