Skip to content

Commit 0f646fc

Browse files
committed
[AArch64] Remove unused DenseMap variable. NFC
1 parent ae1479c commit 0f646fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7923,7 +7923,6 @@ SDValue AArch64TargetLowering::LowerFormalArguments(
79237923

79247924
// Assign locations to all of the incoming arguments.
79257925
SmallVector<CCValAssign, 16> ArgLocs;
7926-
DenseMap<unsigned, SDValue> CopiedRegs;
79277926
CCState CCInfo(CallConv, isVarArg, MF, ArgLocs, *DAG.getContext());
79287927

79297928
// At this point, Ins[].VT may already be promoted to i32. To correctly

0 commit comments

Comments
 (0)