From deb4abb409b5e7d5ab36824fca3b14aa33be253f Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 17 Dec 2015 13:04:30 +0000 Subject: Fix formatting llvm-svn: 255892 --- polly/lib/Analysis/ScopGraphPrinter.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'polly/lib/Analysis/ScopGraphPrinter.cpp') 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 cl::desc("Only view functions that match this pattern"), cl::Hidden, cl::init(""), cl::ZeroOrMore); -static cl::opt - ViewAll("polly-view-all", - cl::desc("Also show functions without any scops"), - cl::Hidden, cl::init(false), cl::ZeroOrMore); +static cl::opt ViewAll("polly-view-all", + cl::desc("Also show functions without any scops"), + cl::Hidden, cl::init(false), cl::ZeroOrMore); namespace llvm { template <> -- cgit v1.2.3