mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
wrap a long line
llvm-svn: 23507
This commit is contained in:
parent
9a2fb006e4
commit
8503ee5b01
@ -100,7 +100,8 @@ namespace {
|
||||
|
||||
cl::opt<unsigned>
|
||||
MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
|
||||
cl::desc("Maximum number of iterations SCEV will symbolically execute a constant derived loop"),
|
||||
cl::desc("Maximum number of iterations SCEV will "
|
||||
"symbolically execute a constant derived loop"),
|
||||
cl::init(100));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user