Skip to content

Commit

Permalink
Fix llvm#2
Browse files Browse the repository at this point in the history
  • Loading branch information
sitio-couto committed Apr 4, 2024
1 parent cd9a680 commit 169b7fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/lib/CIR/Dialect/Transforms/ABI/CIRToCIRArgMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class CIRToCIRArgMapping {
construct(context, FI, onlyRequiredArgs);
};

unsigned totalIRArgs() const { return TotalIRArgs; }

void construct(const CIRContext &context, const LoweringFunctionInfo &FI,
bool onlyRequiredArgs = false) {
unsigned IRArgNo = 0;
Expand Down

0 comments on commit 169b7fb

Please sign in to comment.