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
1 changed files with 2 additions and 0 deletions

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)