Fix OProfileJITEventListener after r85182.
authorJeffrey Yasskin <jyasskin@google.com>
Tue, 27 Oct 2009 01:06:51 +0000 (01:06 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Tue, 27 Oct 2009 01:06:51 +0000 (01:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85192 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp

index d05ab4d555994836d88cf291ecd6746059a63811..b45c71f4fd76f5f9ad313786bf74dfcc23d83661 100644 (file)
@@ -43,7 +43,7 @@ public:
   virtual void NotifyFunctionEmitted(const Function &F,
                                      void *FnStart, size_t FnSize,
                                      const EmittedFunctionDetails &Details);
-  virtual void NotifyFreeingMachineCode(const Function &F, void *OldPtr);
+  virtual void NotifyFreeingMachineCode(void *OldPtr);
 };
 
 OProfileJITEventListener::OProfileJITEventListener()