Remove prototype for non-existant function
authorChris Lattner <sabre@nondot.org>
Mon, 11 Jul 2005 04:20:55 +0000 (04:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Jul 2005 04:20:55 +0000 (04:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22372 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.h

index 2fc022af4b132ee6b6209558e1d52fd0f515bc6f..c89bb095e17acea6e37508a1a514e31ac4ee96f5 100644 (file)
@@ -51,12 +51,6 @@ FunctionPass *createX86SSAPeepholeOptimizerPass();
 ///
 FunctionPass *createX86PeepholeOptimizerPass();
 
-/// createX86FloatingPointKiller - This function returns a pass which
-/// kills every floating point register at the end of each basic block
-/// because our FloatingPointStackifier cannot handle them.
-///
-FunctionPass *createX86FloatingPointKillerPass();
-
 /// createX86FloatingPointStackifierPass - This function returns a pass which
 /// converts floating point register references and pseudo instructions into
 /// floating point stack references and physical instructions.