minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / include / llvm / LinkAllPasses.h
index 7481c8202511453f6de395c025a9d435559f6d5e..f13104b692244bfa36d1c47e0541597202757b33 100644 (file)
@@ -113,7 +113,6 @@ namespace {
       (void) llvm::createCodeGenPreparePass();
 
       (void)new llvm::IntervalPartition();
-      (void)new llvm::ImmediateDominators();
       (void)new llvm::FindUsedTypes();
       (void)new llvm::ScalarEvolution();
       ((llvm::Function*)0)->viewCFGOnly();