summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineCodeEmitter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-02 17:17:13 +0000
committerChris Lattner <sabre@nondot.org>2006-05-02 17:17:13 +0000
commit15bddb96c31475d14833f7aef9ccae5305b7f5f2 (patch)
treef2a5d6312762fbc24e5190b217b63f780965c59e /include/llvm/CodeGen/MachineCodeEmitter.h
parent608c189534eeb24c9c2cf4ba2958a18df895935a (diff)
downloadllvm-15bddb96c31475d14833f7aef9ccae5305b7f5f2.tar.gz
llvm-15bddb96c31475d14833f7aef9ccae5305b7f5f2.tar.bz2
llvm-15bddb96c31475d14833f7aef9ccae5305b7f5f2.tar.xz
Remove a now-dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineCodeEmitter.h')
-rw-r--r--include/llvm/CodeGen/MachineCodeEmitter.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h
index 39a89eeeea..47ccef5317 100644
--- a/include/llvm/CodeGen/MachineCodeEmitter.h
+++ b/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.
///