Skip to content

Commit 377e536

Browse files
committed
fx
1 parent 81cb9d2 commit 377e536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/LLVMIR/IR/BasicPtxBuilderInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static char getRegisterType(Value v) {
6262
return getRegisterType(v.getType());
6363
}
6464

65-
/// Extract every elements of a struct value.
65+
/// Extract every element of a struct value.
6666
static SmallVector<Value> extractStructElements(PatternRewriter &rewriter,
6767
Location loc, Value agg) {
6868
auto structTy = cast<LLVM::LLVMStructType>(agg.getType());

0 commit comments

Comments
 (0)