Skip to content

Commit 3896c0e

Browse files
committed
[CIR][Rebase] Add CountAttributed enum case in a switch
1 parent 9fde505 commit 3896c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenFunction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1733,4 +1733,4 @@ CIRGenFunction::buildArrayLength(const clang::ArrayType *origArrayType,
17331733
llvm_unreachable("NYI");
17341734

17351735
return numElements;
1736-
}
1736+
}

0 commit comments

Comments
 (0)