RegisterPasses: Make sure to always execute the SCoPInfo pass

llvm-svn: 149871
This commit is contained in:
Tobias Grosser
2012-02-06 14:53:51 +00:00
parent 48c05be124
commit a2a9b9a3e8

View File

@@ -156,6 +156,8 @@ void registerPollyPasses(llvm::PassManagerBase &PM, bool DisableScheduler,
registerPollyPreoptPasses(PM);
PM.add(polly::createScopInfoPass());
if (PollyViewer)
PM.add(polly::createDOTViewerPass());
if (PollyOnlyViewer)