================
@@ -101,7 +101,7 @@ module.exports = {
                     // $predicate `,` $lhs `,` $rhs attr-dict `:` type($lhs)
                     seq(choice('arith.cmpi', 'arith.cmpf'),
                         field('predicate',
-                              choice('eq', 'ne', 'oeq', 'olt', 'ole', 'ogt',
+                              choice('eq', 'ne', 'oeq', 'old', 'ole', 'ogt',
----------------
kuhar wrote:

this is not a typo

https://github.com/llvm/llvm-project/pull/108355
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to