Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuHyA committed Dec 16, 2024
1 parent 02a0492 commit fee1cbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clang/include/clang/CIR/Dialect/IR/CIRTBAAAttrs.td
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ def CIR_TBAAAttr : CIR_Attr<"TBAA", "tbaa", []> {
// TBAAScalarAttr
//===----------------------------------------------------------------------===//

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

let parameters = (ins CIR_AnyScalarType : $type);
Expand Down

0 comments on commit fee1cbf

Please sign in to comment.