Skip to content

Commit cb48b61

Browse files
committed
fix typo
1 parent 98a61b2 commit cb48b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void HLSLExternalSemaSource::defineHLSLMatrixAlias() {
160160
TemplateParams.emplace_back(ColsParam);
161161

162162
const unsigned MaxMatDim = SemaPtr->getLangOpts().MaxMatrixDimension;
163-
;
163+
164164
auto *MaxRow = IntegerLiteral::Create(
165165
AST, llvm::APInt(AST.getIntWidth(AST.IntTy), MaxMatDim), AST.IntTy,
166166
SourceLocation());

0 commit comments

Comments
 (0)