Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter
authorChris Lattner <sabre@nondot.org>
Mon, 11 Jul 2005 05:17:48 +0000 (05:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Jul 2005 05:17:48 +0000 (05:17 +0000)
commit81b6ed7ed1dbf1e5cc001aaff2dee5bdd8d1122e
treeebc2d846265d53e190d04116ca3a2898c0a9b6bd
parentaa507db59e085b1a6c728c2becef76e6dd9ab03a
Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter
after itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22376 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86.h
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86ELFWriter.cpp
lib/Target/X86/X86TargetMachine.cpp