diff options
author | Stepan Dyatkovskiy <stpworld@narod.ru> | 2012-01-16 20:48:04 +0000 |
---|---|---|
committer | Stepan Dyatkovskiy <stpworld@narod.ru> | 2012-01-16 20:48:04 +0000 |
commit | 2931a59ec5cde26f616d63c135c79206f9e75a5a (patch) | |
tree | fc4a60dc6dcecd8c631270f05f8ec7efa823a3ae /llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | |
parent | 6de6d3e4ec54944475e1daaaddcf86e50c8323ad (diff) | |
download | bcm5719-llvm-2931a59ec5cde26f616d63c135c79206f9e75a5a.tar.gz bcm5719-llvm-2931a59ec5cde26f616d63c135c79206f9e75a5a.zip |
Fixed comment in loop-unswitch.
llvm-svn: 148252
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopUnswitch.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp index 5b918cc3846..678652d6462 100644 --- a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp @@ -59,7 +59,7 @@ STATISTIC(NumTrivial , "Number of unswitches that are trivial"); STATISTIC(NumSimplify, "Number of simplifications of unswitched code"); STATISTIC(TotalInsts, "Total number of instructions analyzed"); -// The specific value of 50 here was chosen based only on intuition and a +// The specific value of 100 here was chosen based only on intuition and a // few specific examples. static cl::opt<unsigned> Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), |