diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-16 04:34:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-16 04:34:29 +0000 |
commit | 6b7652fae5505436a9b1a2932c6e8445bcc28a54 (patch) | |
tree | 4318e13f281953d46ff35b7cb2a7194dc5113d0e /llvm/lib/Target/X86/X86TargetMachine.h | |
parent | c927072b503f486fa2826879f5d055ef05ce98d0 (diff) | |
download | bcm5719-llvm-6b7652fae5505436a9b1a2932c6e8445bcc28a54.tar.gz bcm5719-llvm-6b7652fae5505436a9b1a2932c6e8445bcc28a54.zip |
Remove a dead function, which died when we got GAS emission working (phwew,
hold your nose!)
llvm-svn: 17869
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetMachine.h')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetMachine.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Target/X86/X86TargetMachine.h b/llvm/lib/Target/X86/X86TargetMachine.h index 717fdee0011..2c25daad3f2 100644 --- a/llvm/lib/Target/X86/X86TargetMachine.h +++ b/llvm/lib/Target/X86/X86TargetMachine.h @@ -51,14 +51,6 @@ public: static unsigned getModuleMatchQuality(const Module &M); static unsigned getJITMatchQuality(); }; - - // this is implemented in X86CodeEmitter.cpp - namespace X86 { - void emitInstruction(MachineCodeEmitter& mce, - const X86InstrInfo& ii, - const MachineInstr& MI); - } - } // End llvm namespace #endif |