Skip to content

Commit fc477f9

Browse files
darkbuckgithub-actions[bot]
authored andcommitted
Automerge: [mlir][llvm] Fix typo
2 parents 35e33ca + 55e1e9c commit fc477f9

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)