[PM] Port SimplifyCFG to the new pass manager.
[oota-llvm.git] / tools / opt / PassRegistry.def
index db1c25f485660de0d200b4f201272dbf1803e514..d768a3ad1d2a47f6976f422448d261318e443ee7 100644 (file)
@@ -71,6 +71,7 @@ FUNCTION_PASS("print", PrintFunctionPass(dbgs()))
 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
 FUNCTION_PASS("print<domtree>", DominatorTreePrinterPass(dbgs()))
 FUNCTION_PASS("print<loops>", LoopPrinterPass(dbgs()))
+FUNCTION_PASS("simplify-cfg", SimplifyCFGPass())
 FUNCTION_PASS("verify", VerifierPass())
 FUNCTION_PASS("verify<domtree>", DominatorTreeVerifierPass())
 #undef FUNCTION_PASS