Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuHyA committed Nov 8, 2024
1 parent 089a2b4 commit 49c5933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/lib/CIR/CodeGen/CIRGenTBAA.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ struct TBAAAccessInfo {
: TBAAAccessInfo(TBAAAccessKind::Ordinary, /* baseType= */ {}, accessType,
/* offset= */ 0, size) {}

TBAAAccessInfo() : TBAAAccessInfo(/* accessType= */ nullptr, /* size= */ 0){};
TBAAAccessInfo()
: TBAAAccessInfo(/* accessType= */ nullptr, /* size= */ 0) {};

static TBAAAccessInfo getMayAliasInfo() {
return TBAAAccessInfo(TBAAAccessKind::MayAlias, /* baseType= */ {},
Expand Down

0 comments on commit 49c5933

Please sign in to comment.