summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
diff options
context:
space:
mode:
authorStepan Dyatkovskiy <stpworld@narod.ru>2012-01-16 20:48:04 +0000
committerStepan Dyatkovskiy <stpworld@narod.ru>2012-01-16 20:48:04 +0000
commit2931a59ec5cde26f616d63c135c79206f9e75a5a (patch)
treefc4a60dc6dcecd8c631270f05f8ec7efa823a3ae /llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
parent6de6d3e4ec54944475e1daaaddcf86e50c8323ad (diff)
downloadbcm5719-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.cpp2
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"),
OpenPOWER on IntegriCloud