Fix OProfileJITEventListener after r85182.

llvm-svn: 85192
This commit is contained in:
Jeffrey Yasskin 2009-10-27 01:06:51 +00:00
parent 64fd20d243
commit e3e08e0f90
1 changed files with 1 additions and 1 deletions

View 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()