This method was never implemented

llvm-svn: 18039
This commit is contained in:
Chris Lattner 2004-11-20 04:19:47 +00:00
parent 6f01b4cf1f
commit 233e9bb546
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@ namespace llvm {
/// code.
///
virtual void replaceMachineCodeForFunction (void *Old, void *New);
/// getJITStubForFunction - Create or return a stub for the specified
/// function. This stub acts just like the specified function, except that
/// it allows the "address" of the function to be taken without having to
/// generate code for it.
//virtual void *getJITStubForFunction(Function *F, MachineCodeEmitter &MCE);
};
}