Skip to content

Commit 1cb11d8

Browse files
committed
Fix llvm#2
1 parent a9aacba commit 1cb11d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)