Skip to content

Commit 5cfa8ba

Browse files
authored
[LoongArch] Fix a typo in LoongArchCCAssignFn. NFC (#116178)
1 parent 050e2d3 commit 5cfa8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/LoongArch/LoongArchISelLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class LoongArchTargetLowering : public TargetLowering {
284284
unsigned ValNo, MVT ValVT,
285285
CCValAssign::LocInfo LocInfo,
286286
ISD::ArgFlagsTy ArgFlags, CCState &State,
287-
bool IsFixed, bool IsReg, Type *OrigTy);
287+
bool IsFixed, bool IsRet, Type *OrigTy);
288288

289289
void analyzeInputArgs(MachineFunction &MF, CCState &CCInfo,
290290
const SmallVectorImpl<ISD::InputArg> &Ins, bool IsRet,

0 commit comments

Comments
 (0)