diff options
| author | Tobias Grosser <tobias@grosser.es> | 2014-11-16 21:03:32 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2014-11-16 21:03:32 +0000 |
| commit | a4377d3eb8a37058010c9883daace20cd89e845f (patch) | |
| tree | 0794a45a3708107c7d5c35497f1fe66b905d3404 /polly/lib/CodeGen/IslAst.cpp | |
| parent | 1e715a66d7273e3b3203b13640c8ddce449acf03 (diff) | |
| download | bcm5719-llvm-a4377d3eb8a37058010c9883daace20cd89e845f.tar.gz bcm5719-llvm-a4377d3eb8a37058010c9883daace20cd89e845f.zip | |
Fix formatting
llvm-svn: 222106
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", |

