From 1cd1444449cb68e2091e8f36785403288ebd3326 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Tue, 3 Dec 2013 15:10:23 +0000 Subject: Reland 196270 "Generalize debug info / EH emission in AsmPrinter" Addressing the existense AMDGPUAsmPrinter and other subclasses of AsmPrinter llvm-svn: 196288 --- llvm/lib/CodeGen/AsmPrinter/ARMException.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/ARMException.cpp') diff --git a/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp b/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp index 3cde5952acc..247867ff6be 100644 --- a/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp @@ -66,7 +66,7 @@ void ARMException::beginFunction(const MachineFunction *MF) { /// endFunction - Gather and emit post-function exception information. /// -void ARMException::endFunction() { +void ARMException::endFunction(const MachineFunction *) { ARMTargetStreamer &ATS = getTargetStreamer(); if (!Asm->MF->getFunction()->needsUnwindTableEntry()) ATS.emitCantUnwind(); -- cgit v1.2.3