Skip to content

Commit dc1e778

Browse files
author
Mandeep Singh Grang
committed
[AArch64] Fix unused variable [NFC]
llvm-svn: 352940
1 parent 5233fb8 commit dc1e778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,7 @@ int AArch64FrameLowering::resolveFrameIndexReference(const MachineFunction &MF,
15541554
// Funclets access the locals contained in the parent's stack frame
15551555
// via the frame pointer, so we have to use the FP in the parent
15561556
// function.
1557+
(void) Subtarget;
15571558
assert(
15581559
Subtarget.isCallingConvWin64(MF.getFunction().getCallingConv()) &&
15591560
"Funclets should only be present on Win64");

0 commit comments

Comments
 (0)