[polly] r255892 - Fix formatting
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 05:04:31 PST 2015
Author: grosser
Date: Thu Dec 17 07:04:30 2015
New Revision: 255892
URL: http://llvm.org/viewvc/llvm-project?rev=255892&view=rev
Log:
Fix formatting
Modified:
polly/trunk/lib/Analysis/ScopGraphPrinter.cpp
Modified: polly/trunk/lib/Analysis/ScopGraphPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopGraphPrinter.cpp?rev=255892&r1=255891&r2=255892&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopGraphPrinter.cpp (original)
+++ polly/trunk/lib/Analysis/ScopGraphPrinter.cpp Thu Dec 17 07:04:30 2015
@@ -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 <>
More information about the llvm-commits
mailing list