diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-11-22 20:25:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-11-22 20:25:10 +0000 |
| commit | c15c12034275fecab99ac4d404ac810490d44fc6 (patch) | |
| tree | 3ecd2d7e22e45abee3ff39b9c1b733cb4209e20a /llvm/lib/Target/SparcV9/SparcV9CodeEmitter.h | |
| parent | 8edcdaa6eb31be1c3bf3adc1f7058c153c8f7032 (diff) | |
| download | bcm5719-llvm-c15c12034275fecab99ac4d404ac810490d44fc6.tar.gz bcm5719-llvm-c15c12034275fecab99ac4d404ac810490d44fc6.zip | |
Remove JIT-specific code from the code emitter.
llvm-svn: 18122
Diffstat (limited to 'llvm/lib/Target/SparcV9/SparcV9CodeEmitter.h')
| -rw-r--r-- | llvm/lib/Target/SparcV9/SparcV9CodeEmitter.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9CodeEmitter.h b/llvm/lib/Target/SparcV9/SparcV9CodeEmitter.h index 5a932a843d4..2e9ff16dc83 100644 --- a/llvm/lib/Target/SparcV9/SparcV9CodeEmitter.h +++ b/llvm/lib/Target/SparcV9/SparcV9CodeEmitter.h @@ -41,7 +41,7 @@ class SparcV9CodeEmitter : public MachineFunctionPass { public: SparcV9CodeEmitter(TargetMachine &T, MachineCodeEmitter &M); - ~SparcV9CodeEmitter(); + ~SparcV9CodeEmitter() {} const char *getPassName() const { return "SparcV9 Machine Code Emitter"; } @@ -59,12 +59,6 @@ public: /// unsigned getBinaryCodeForInstr(MachineInstr &MI); - /// emitFarCall - produces a code sequence to make a call to a destination - /// that does not fit in the 30 bits that a call instruction allows. - /// If the function F is non-null, this also saves the return address in - /// the LazyResolver map of the JITResolver. - void emitFarCall(uint64_t Addr, Function *F = 0); - private: /// getMachineOpValue - /// |

