Skip to content

Commit

Permalink
Run jit-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Jun 16, 2024
1 parent 693a980 commit 00f5bbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/coreclr/jit/abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ struct ABIPassingInformation
{
}

bool HasAnyRegisterSegment() const;
bool HasAnyStackSegment() const;
bool HasExactlyOneRegisterSegment() const;
bool HasExactlyOneStackSegment() const;
bool IsSplitAcrossRegistersAndStack() const;
bool HasAnyRegisterSegment() const;
bool HasAnyStackSegment() const;
bool HasExactlyOneRegisterSegment() const;
bool HasExactlyOneStackSegment() const;
bool IsSplitAcrossRegistersAndStack() const;

static ABIPassingInformation FromSegment(Compiler* comp, const ABIPassingSegment& segment);

Expand Down

0 comments on commit 00f5bbc

Please sign in to comment.