This method was never implemented

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18039 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-20 04:19:47 +00:00
parent 1deb74d7ee
commit f6f0989754

View File

@ -38,12 +38,6 @@ namespace llvm {
/// code. /// code.
/// ///
virtual void replaceMachineCodeForFunction (void *Old, void *New); 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);
}; };
} }