diff options
Diffstat (limited to 'polly/lib/Analysis/ScopGraphPrinter.cpp')
| -rw-r--r-- | polly/lib/Analysis/ScopGraphPrinter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/lib/Analysis/ScopGraphPrinter.cpp b/polly/lib/Analysis/ScopGraphPrinter.cpp index 992addeeb40..dfcbec98eab 100644 --- a/polly/lib/Analysis/ScopGraphPrinter.cpp +++ b/polly/lib/Analysis/ScopGraphPrinter.cpp @@ -187,15 +187,15 @@ static RegisterPass<ScopViewer> X("view-scops", "Polly - View Scops of function"); static RegisterPass<ScopOnlyViewer> -Y("view-scops-only", - "Polly - View Scops of function (with no function bodies)"); + Y("view-scops-only", + "Polly - View Scops of function (with no function bodies)"); static RegisterPass<ScopPrinter> M("dot-scops", "Polly - Print Scops of function"); static RegisterPass<ScopOnlyPrinter> -N("dot-scops-only", - "Polly - Print Scops of function (with no function bodies)"); + N("dot-scops-only", + "Polly - Print Scops of function (with no function bodies)"); Pass *polly::createDOTViewerPass() { return new ScopViewer(); } |

