Revert r233175 and r233183 with it. This pulls float2int back out of the tree, due...
[oota-llvm.git] / include / llvm / Transforms / Scalar.h
index f59b0623950392ab036bc8bdcc7f1334a383bdf0..2d754d038fe889b21af61be305f7fafc45b0e0d2 100644 (file)
@@ -446,12 +446,6 @@ ModulePass *createPlaceSafepointsPass();
 //
 FunctionPass *createRewriteStatepointsForGCPass();
 
-//===----------------------------------------------------------------------===//
-//
-// Float2Int - Demote floats to ints where possible.
-//
-FunctionPass *createFloat2IntPass();
-
 } // End llvm namespace
 
 #endif