[polly] r222106 - Fix formatting
    Tobias Grosser 
    tobias at grosser.es
       
    Sun Nov 16 13:03:32 PST 2014
    
    
  
Author: grosser
Date: Sun Nov 16 15:03:32 2014
New Revision: 222106
URL: http://llvm.org/viewvc/llvm-project?rev=222106&view=rev
Log:
Fix formatting
Modified:
    polly/trunk/lib/CodeGen/IslAst.cpp
Modified: polly/trunk/lib/CodeGen/IslAst.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/IslAst.cpp?rev=222106&r1=222105&r2=222106&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/IslAst.cpp (original)
+++ polly/trunk/lib/CodeGen/IslAst.cpp Sun Nov 16 15:03:32 2014
@@ -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",
    
    
More information about the llvm-commits
mailing list