diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-12-17 13:04:30 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-12-17 13:04:30 +0000 |
| commit | deb4abb409b5e7d5ab36824fca3b14aa33be253f (patch) | |
| tree | ed2c7d22fd0a997cb0aa7c2c46acb6a3e1d2c745 /polly/lib/Analysis/ScopGraphPrinter.cpp | |
| parent | eb2eebe486a4ed21508c5103e8d7e94a4964b714 (diff) | |
| download | bcm5719-llvm-deb4abb409b5e7d5ab36824fca3b14aa33be253f.tar.gz bcm5719-llvm-deb4abb409b5e7d5ab36824fca3b14aa33be253f.zip | |
Fix formatting
llvm-svn: 255892
Diffstat (limited to 'polly/lib/Analysis/ScopGraphPrinter.cpp')
| -rw-r--r-- | polly/lib/Analysis/ScopGraphPrinter.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/polly/lib/Analysis/ScopGraphPrinter.cpp b/polly/lib/Analysis/ScopGraphPrinter.cpp index c37cf035c11..f5bf2257e28 100644 --- a/polly/lib/Analysis/ScopGraphPrinter.cpp +++ b/polly/lib/Analysis/ScopGraphPrinter.cpp @@ -29,10 +29,9 @@ static cl::opt<std::string> cl::desc("Only view functions that match this pattern"), cl::Hidden, cl::init(""), cl::ZeroOrMore); -static cl::opt<bool> - ViewAll("polly-view-all", - cl::desc("Also show functions without any scops"), - cl::Hidden, cl::init(false), cl::ZeroOrMore); +static cl::opt<bool> ViewAll("polly-view-all", + cl::desc("Also show functions without any scops"), + cl::Hidden, cl::init(false), cl::ZeroOrMore); namespace llvm { template <> |

