on darwin<10, fallback to .weak_definition (PPC,X86)
[oota-llvm.git] / lib / CodeGen / AsmPrinter / Win64Exception.cpp
index 39113d618e8e2e06c93cba2919008727e04e69a1..422b0fd4ffe63fcf86f469ef95d8dbba7f9f94f5 100644 (file)
@@ -88,7 +88,7 @@ void Win64Exception::beginFunction(const MachineFunction *MF) {
 
 /// endFunction - Gather and emit post-function exception information.
 ///
-void Win64Exception::endFunction() {
+void Win64Exception::endFunction(const MachineFunction *) {
   if (!shouldEmitPersonality && !shouldEmitMoves)
     return;