Skip to content

Commit 86ebbd7

Browse files
committed
Remove extra note in CmpOp
1 parent 727e1ee commit 86ebbd7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/include/clang/CIR/Dialect/IR/CIROps.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,9 +1319,6 @@ def CmpOp : CIR_Op<"cmp", [Pure, SameTypeOperands]> {
13191319
`cir.bool` result. The kinds of comparison available are:
13201320
[lt,gt,ge,eq,ne]
13211321

1322-
Note: The 'complex' dialect has separate complex.eq and complex.neq
1323-
operations
1324-
13251322
```mlir
13261323
%7 = cir.cmp(gt, %1, %2) : i32, !cir.bool
13271324
```

0 commit comments

Comments
 (0)