Skip to content

Commit 51ee5a6

Browse files
committed
Fix op description
1 parent 964a930 commit 51ee5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,7 @@ def ComplexEqualOp : CIR_Op<"complex.eq", [Pure, SameTypeOperands]> {
24642464

24652465
let summary = "Computes whether two complex values are equal";
24662466
let description = [{
2467-
The `complex.equal` op takes two complex numbers and returns whether
2467+
The `cir.complex.equal` op takes two complex numbers and returns whether
24682468
they are equal.
24692469

24702470
```mlir
@@ -2489,7 +2489,7 @@ def ComplexNotEqualOp : CIR_Op<"complex.neq", [Pure, SameTypeOperands]> {
24892489

24902490
let summary = "Computes whether two complex values are not equal";
24912491
let description = [{
2492-
The `complex.equal` op takes two complex numbers and returns whether
2492+
The `cir.complex.equal` op takes two complex numbers and returns whether
24932493
they are not equal.
24942494

24952495
```mlir

0 commit comments

Comments
 (0)