mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Remove prototype for non-existant function
llvm-svn: 22372
This commit is contained in:
parent
8c10fbf3cc
commit
41dbb3993d
@ -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…
Reference in New Issue
Block a user