[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9JITInfo.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Nov 19 20:20:01 PST 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9JITInfo.h updated: 1.5 -> 1.6
---
Log message:
This method was never implemented
---
Diffs of the changes: (+0 -6)
Index: llvm/lib/Target/SparcV9/SparcV9JITInfo.h
diff -u llvm/lib/Target/SparcV9/SparcV9JITInfo.h:1.5 llvm/lib/Target/SparcV9/SparcV9JITInfo.h:1.6
--- llvm/lib/Target/SparcV9/SparcV9JITInfo.h:1.5 Sun Apr 25 02:04:49 2004
+++ llvm/lib/Target/SparcV9/SparcV9JITInfo.h Fri Nov 19 22:19:47 2004
@@ -38,12 +38,6 @@
/// 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);
};
}
More information about the llvm-commits
mailing list