diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-02 17:17:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-02 17:17:13 +0000 |
commit | b58f1fa905416fd34f50972f7ea3fa12ade141be (patch) | |
tree | 88f9bcb631f30d2cb0abd8d59a43b676e2405b38 | |
parent | 5bc9c583e328b6299de2723225cfef1830a53d67 (diff) | |
download | bcm5719-llvm-b58f1fa905416fd34f50972f7ea3fa12ade141be.tar.gz bcm5719-llvm-b58f1fa905416fd34f50972f7ea3fa12ade141be.zip |
Remove a now-dead method
llvm-svn: 28054
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineCodeEmitter.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineCodeEmitter.h b/llvm/include/llvm/CodeGen/MachineCodeEmitter.h index 39a89eeeead..47ccef5317a 100644 --- a/llvm/include/llvm/CodeGen/MachineCodeEmitter.h +++ b/llvm/include/llvm/CodeGen/MachineCodeEmitter.h @@ -77,12 +77,6 @@ public: /// virtual void emitByte(unsigned char B) {} - /// emitWordAt - This callback is invoked when a word needs to be written to - /// the output stream at a different position than the current PC (for - /// instance, when performing relocations). - /// - virtual void emitWordAt(unsigned W, unsigned *Ptr) {} - /// emitWord - This callback is invoked when a word needs to be written to the /// output stream. /// |