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 | b0cc79d45b1e455b486f8ca5cc68546b7a865eb3 (patch) | |
tree | 166dec91b707806ebdedafe1f41883f9a80f6f5f /lib/CodeGen/MachineCodeEmitter.cpp | |
parent | 15bddb96c31475d14833f7aef9ccae5305b7f5f2 (diff) |
Remove dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineCodeEmitter.cpp')
-rw-r--r-- | lib/CodeGen/MachineCodeEmitter.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/MachineCodeEmitter.cpp b/lib/CodeGen/MachineCodeEmitter.cpp index a33552ca87..301d9afb8a 100644 --- a/lib/CodeGen/MachineCodeEmitter.cpp +++ b/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); } |