Skip to content

Commit 8f116a0

Browse files
committed
Fix llvm#2
1 parent 797999a commit 8f116a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

clang/lib/CIR/Dialect/Transforms/ABI/CIRToCIRArgMapping.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ class CIRToCIRArgMapping {
3636
construct(context, FI, onlyRequiredArgs);
3737
};
3838

39+
unsigned totalIRArgs() const { return TotalIRArgs; }
40+
3941
void construct(const CIRContext &context, const LoweringFunctionInfo &FI,
4042
bool onlyRequiredArgs = false) {
4143
unsigned IRArgNo = 0;

0 commit comments

Comments
 (0)