summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineCodeEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-02 17:20:28 +0000
committerChris Lattner <sabre@nondot.org>2006-05-02 17:20:28 +0000
commit67a3aa2aaa6a0ec6e7bdf723de6406dd5ff75e01 (patch)
tree8e808c478cb3ea71a14db67e7becb3891c8dbd3e /llvm/lib/CodeGen/MachineCodeEmitter.cpp
parentb58f1fa905416fd34f50972f7ea3fa12ade141be (diff)
downloadbcm5719-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.cpp4
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);
}
OpenPOWER on IntegriCloud