diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/MachineCodeEmitter.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h index 39a89ee..47ccef5 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. /// |