[llvm-commits] CVS: llvm/lib/Target/X86/X86.h

Chris Lattner lattner at cs.uiuc.edu
Sun Jul 10 21:21:06 PDT 2005



Changes in directory llvm/lib/Target/X86:

X86.h updated: 1.33 -> 1.34
---
Log message:

Remove prototype for non-existant function


---
Diffs of the changes:  (+0 -6)

 X86.h |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/lib/Target/X86/X86.h
diff -u llvm/lib/Target/X86/X86.h:1.33 llvm/lib/Target/X86/X86.h:1.34
--- llvm/lib/Target/X86/X86.h:1.33	Wed Jul  6 13:59:03 2005
+++ llvm/lib/Target/X86/X86.h	Sun Jul 10 23:20:55 2005
@@ -51,12 +51,6 @@
 ///
 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.






More information about the llvm-commits mailing list