Revert r233175 and r233183 with it. This pulls float2int back out of the tree, due...
[oota-llvm.git] / include / llvm / InitializePasses.h
index 2714ff26c230d3a925445a6d3daac1eef896d71d..1d428b0a73a9fae39870a2f3e3c49f34715e3381 100644 (file)
@@ -294,7 +294,6 @@ void initializeWinEHPreparePass(PassRegistry&);
 void initializePlaceBackedgeSafepointsImplPass(PassRegistry&);
 void initializePlaceSafepointsPass(PassRegistry&);
 void initializeDwarfEHPreparePass(PassRegistry&);
-void initializeFloat2IntPass(PassRegistry&);
 }
 
 #endif