Fixed comment in loop-unswitch.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Mon, 16 Jan 2012 20:48:04 +0000 (20:48 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Mon, 16 Jan 2012 20:48:04 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148252 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnswitch.cpp

index 5b918cc384617f382df04d603320fc86461e0a21..678652d6462eb6722780ec6f8cbd9a6c94021eaf 100644 (file)
@@ -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"),