aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86CodeEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-16 04:34:29 +0000
committerChris Lattner <sabre@nondot.org>2004-11-16 04:34:29 +0000
commit8f1ac9f90d06cc80967f8b5f0270ecb955b83294 (patch)
tree9b8a0a3cef7f27325e09d6c23560f9446a45ee57 /lib/Target/X86/X86CodeEmitter.cpp
parentf2d552eca65253bd8fc5934e4019921bc32b2364 (diff)
Remove a dead function, which died when we got GAS emission working (phwew,
hold your nose!) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86CodeEmitter.cpp')
-rw-r--r--lib/Target/X86/X86CodeEmitter.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/X86/X86CodeEmitter.cpp b/lib/Target/X86/X86CodeEmitter.cpp
index 853e6c12cd..eaa15419a8 100644
--- a/lib/Target/X86/X86CodeEmitter.cpp
+++ b/lib/Target/X86/X86CodeEmitter.cpp
@@ -221,14 +221,6 @@ namespace {
};
}
-// This function is required by X86AsmPrinter.cpp to work around GAS bugs
-void llvm::X86::emitInstruction(MachineCodeEmitter& mce,
- const X86InstrInfo& ii,
- const MachineInstr& mi)
-{
- Emitter(mce, ii).emitInstruction(mi);
-}
-
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
/// machine code emitted. This uses a MachineCodeEmitter object to handle
/// actually outputting the machine code and resolving things like the address