[AArch64] Fix unused variable [NFC]
authorMandeep Singh Grang <mgrang@quicinc.com>
Fri, 1 Feb 2019 23:42:34 +0000 (23:42 +0000)
committerMandeep Singh Grang <mgrang@quicinc.com>
Fri, 1 Feb 2019 23:42:34 +0000 (23:42 +0000)
llvm-svn: 352940

llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

index bce9df8..446e192 100644 (file)
@@ -1554,6 +1554,7 @@ int AArch64FrameLowering::resolveFrameIndexReference(const MachineFunction &MF,
         // Funclets access the locals contained in the parent's stack frame
         // via the frame pointer, so we have to use the FP in the parent
         // function.
+        (void) Subtarget;
         assert(
             Subtarget.isCallingConvWin64(MF.getFunction().getCallingConv()) &&
             "Funclets should only be present on Win64");