[clang-tools-extra] [mlir] [NFC][MLIR] Fix some typos (PR #108355)
Matthias Springer via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 03:18:08 PDT 2024
================
@@ -41,7 +41,7 @@ def Arith_CmpFPredicateAttr : I64EnumAttr<
I64EnumAttrCase<"OEQ", 1, "oeq">,
I64EnumAttrCase<"OGT", 2, "ogt">,
I64EnumAttrCase<"OGE", 3, "oge">,
- I64EnumAttrCase<"OLT", 4, "olt">,
----------------
matthias-springer wrote:
This is not a typo
https://github.com/llvm/llvm-project/pull/108355
More information about the cfe-commits
mailing list