diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-20 04:19:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-20 04:19:47 +0000 |
commit | f6f09897542a17892f3877839485ac9d9545f309 (patch) | |
tree | d2101ab1f95e798a39802f492d6b2b9804467ff2 | |
parent | 1deb74d7ee65308ec08c261482c659e89e3a11f6 (diff) | |
download | external_llvm-f6f09897542a17892f3877839485ac9d9545f309.zip external_llvm-f6f09897542a17892f3877839485ac9d9545f309.tar.gz external_llvm-f6f09897542a17892f3877839485ac9d9545f309.tar.bz2 |
This method was never implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18039 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/SparcV9JITInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/SparcV9/SparcV9JITInfo.h b/lib/Target/SparcV9/SparcV9JITInfo.h index f7888aa..510984a 100644 --- a/lib/Target/SparcV9/SparcV9JITInfo.h +++ b/lib/Target/SparcV9/SparcV9JITInfo.h @@ -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); }; } |