summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-12-03 15:10:23 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-12-03 15:10:23 +0000
commitac07cd54ed48cdc160eba7625eefe09c5f484eb2 (patch)
tree9edcf495ebd3893429e5fe32d4ae47fc9f47acb6 /lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
parent94f5a677f66e748bcbf7f3e6974881754acf87b2 (diff)
downloadllvm-ac07cd54ed48cdc160eba7625eefe09c5f484eb2.tar.gz
llvm-ac07cd54ed48cdc160eba7625eefe09c5f484eb2.tar.bz2
llvm-ac07cd54ed48cdc160eba7625eefe09c5f484eb2.tar.xz
Reland 196270 "Generalize debug info / EH emission in AsmPrinter"
Addressing the existense AMDGPUAsmPrinter and other subclasses of AsmPrinter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196288 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfCFIException.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfCFIException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp b/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
index a3bb576886..4d5682d999 100644
--- a/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
@@ -137,7 +137,7 @@ void DwarfCFIException::beginFunction(const MachineFunction *MF) {
/// endFunction - Gather and emit post-function exception information.
///
-void DwarfCFIException::endFunction() {
+void DwarfCFIException::endFunction(const MachineFunction *) {
if (!shouldEmitPersonality && !shouldEmitMoves)
return;