diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-02 17:20:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-02 17:20:28 +0000 |
commit | 67a3aa2aaa6a0ec6e7bdf723de6406dd5ff75e01 (patch) | |
tree | 8e808c478cb3ea71a14db67e7becb3891c8dbd3e /llvm/lib/CodeGen/MachineCodeEmitter.cpp | |
parent | b58f1fa905416fd34f50972f7ea3fa12ade141be (diff) | |
download | bcm5719-llvm-67a3aa2aaa6a0ec6e7bdf723de6406dd5ff75e01.tar.gz bcm5719-llvm-67a3aa2aaa6a0ec6e7bdf723de6406dd5ff75e01.zip |
Remove dead method
llvm-svn: 28055
Diffstat (limited to 'llvm/lib/CodeGen/MachineCodeEmitter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCodeEmitter.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/MachineCodeEmitter.cpp b/llvm/lib/CodeGen/MachineCodeEmitter.cpp index a33552ca872..301d9afb8ae 100644 --- a/llvm/lib/CodeGen/MachineCodeEmitter.cpp +++ b/llvm/lib/CodeGen/MachineCodeEmitter.cpp @@ -14,7 +14,6 @@ #include "llvm/CodeGen/MachineCodeEmitter.h" #include <fstream> #include <iostream> - using namespace llvm; namespace { @@ -105,9 +104,6 @@ namespace { void emitWord(unsigned W) { MCE.emitWord(W); } - void emitWordAt(unsigned W, unsigned *Ptr) { - MCE.emitWordAt(W, Ptr); - } uint64_t getConstantPoolEntryAddress(unsigned Num) { return MCE.getConstantPoolEntryAddress(Num); } |