Skip to content

Commit 55e1e9c

Browse files
committed
[mlir][llvm] Fix typo
1 parent 8461c00 commit 55e1e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMEnums.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def FCmpPredicate : LLVM_EnumAttr<
604604
def ICmpPredicate : LLVM_EnumAttr<
605605
"ICmpPredicate",
606606
"::llvm::CmpInst::Predicate",
607-
"lvm.icmp comparison predicate",
607+
"llvm.icmp comparison predicate",
608608
[ICmpPredicateEQ, ICmpPredicateNE, ICmpPredicateSLT, ICmpPredicateSLE,
609609
ICmpPredicateSGT, ICmpPredicateSGE, ICmpPredicateULT, ICmpPredicateULE,
610610
ICmpPredicateUGT, ICmpPredicateUGE],

0 commit comments

Comments
 (0)