Remove prototype for non-existant function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-07-11 04:20:55 +00:00
parent 5acd120078
commit efb4bf0de6

View 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.