Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
[oota-llvm.git] / lib / Target / X86 / X86.h
index 677781d3730e22ad7d6fedcbbd676e91b39ece00..27e88505150b4b4cef2bb5d3ee356be296bf7620 100644 (file)
@@ -49,11 +49,6 @@ FunctionPass *createX86FloatingPointStackifierPass();
 /// crossings.
 FunctionPass *createSSEDomainFixPass();
 
-/// createX87FPRegKillInserterPass - This function returns a pass which
-/// inserts FP_REG_KILL instructions where needed.
-///
-FunctionPass *createX87FPRegKillInserterPass();
-
 /// createX86CodeEmitterPass - Return a pass that emits the collected X86 code
 /// to the specified MCE object.
 FunctionPass *createX86JITCodeEmitterPass(X86TargetMachine &TM,