mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
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:
parent
5acd120078
commit
efb4bf0de6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user