Skip to content

Commit fee1cbf

Browse files
committed
format
1 parent 02a0492 commit fee1cbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ def CIR_TBAAAttr : CIR_Attr<"TBAA", "tbaa", []> {
1010
// TBAAScalarAttr
1111
//===----------------------------------------------------------------------===//
1212

13-
def CIR_TBAAScalarAttr
14-
: CIR_Attr<"TBAAScalar", "tbaa_scalar", [], "TBAAAttr"> {
13+
def CIR_TBAAScalarAttr : CIR_Attr<"TBAAScalar", "tbaa_scalar", [], "TBAAAttr"> {
1514
let summary = "Describes a scalar type in TBAA with an identifier.";
1615

1716
let parameters = (ins CIR_AnyScalarType : $type);

0 commit comments

Comments
 (0)