diff options
author | Timur Iskhodzhanov <timurrrr@google.com> | 2013-12-03 15:10:23 +0000 |
---|---|---|
committer | Timur Iskhodzhanov <timurrrr@google.com> | 2013-12-03 15:10:23 +0000 |
commit | 1cd1444449cb68e2091e8f36785403288ebd3326 (patch) | |
tree | a4cca876cfed14647a1e99547d09390f437db451 /llvm/lib/CodeGen/AsmPrinter/ARMException.cpp | |
parent | a6d47ae71cf70c2b16eba662be74902b31b0f13d (diff) | |
download | bcm5719-llvm-1cd1444449cb68e2091e8f36785403288ebd3326.tar.gz bcm5719-llvm-1cd1444449cb68e2091e8f36785403288ebd3326.zip |
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Addressing the existense AMDGPUAsmPrinter and other subclasses of AsmPrinter
llvm-svn: 196288
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/ARMException.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/ARMException.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |