diff options
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
| -rw-r--r-- | polly/lib/CodeGen/IslAst.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index b5fb851c853..d7973e4e019 100644 --- a/polly/lib/CodeGen/IslAst.cpp +++ b/polly/lib/CodeGen/IslAst.cpp @@ -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", |

