Skip to content

Commit ec4df49

Browse files
committed
Remove outdated comment
1 parent 1d7526b commit ec4df49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ def UnaryOpKind : I32EnumAttr<
490490
let cppNamespace = "::cir";
491491
}
492492

493-
// FIXME: Pure won't work when we add overloading.
494493
def UnaryOp : CIR_Op<"unary", [Pure, SameOperandsAndResultType]> {
495494
let summary = "Unary operations";
496495
let description = [{

0 commit comments

Comments
 (0)