Fix formatting

llvm-svn: 222106
This commit is contained in:
Tobias Grosser 2014-11-16 21:03:32 +00:00
parent 1e715a66d7
commit a4377d3eb8
1 changed files with 2 additions and 1 deletions

View 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",