Skip to content

Commit 187780a

Browse files
committed
Address code review comment
1 parent 50ac739 commit 187780a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def CIR_AnyIntAttr : CIR_AttrConstraint<"::cir::IntAttr", "integer attribute">;
3131
// FPAttr constraints
3232
//===----------------------------------------------------------------------===//
3333

34-
def CIR_AnyFPAttr : CIR_AttrConstraint<"::cir::FPAttr", "floating-point attribute">;
34+
def CIR_AnyFPAttr : CIR_AttrConstraint<"::cir::FPAttr",
35+
"floating-point attribute">;
3536

3637
def CIR_AnyIntOrFloatAttr : AnyAttrOf<[CIR_AnyIntAttr, CIR_AnyFPAttr],
3738
"integer or floating point type"> {

0 commit comments

Comments
 (0)