Reapply r233062: "float2int": Add a new pass to demote from float to int where possible.
[oota-llvm.git] / include / llvm / LinkAllPasses.h
index 391267c060e682fd7014cd1ab1bf4577b53f066b..6d37cd96e5c97de9fa5c3a55b2be0dc63924d583 100644 (file)
@@ -169,6 +169,7 @@ namespace {
       (void) llvm::createRewriteSymbolsPass();
       (void) llvm::createStraightLineStrengthReducePass();
       (void) llvm::createMemDerefPrinter();
+      (void) llvm::createFloat2IntPass();
 
       (void)new llvm::IntervalPartition();
       (void)new llvm::ScalarEvolution();