Fix formatting
authorTobias Grosser <tobias@grosser.es>
Sun, 16 Nov 2014 21:03:32 +0000 (21:03 +0000)
committerTobias Grosser <tobias@grosser.es>
Sun, 16 Nov 2014 21:03:32 +0000 (21:03 +0000)
llvm-svn: 222106

polly/lib/CodeGen/IslAst.cpp

index b5fb851..d7973e4 100644 (file)
@@ -49,7 +49,8 @@ static cl::opt<bool>
 
 static cl::opt<bool> PollyParallelForce(
     "polly-parallel-force",
-    cl::desc("Force generation of thread parallel code ignoring any cost model"),
+    cl::desc(
+        "Force generation of thread parallel code ignoring any cost model"),
     cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory));
 
 static cl::opt<bool> UseContext("polly-ast-use-context",