[llvm-commits] [llvm] r148252 - /llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp
Stepan Dyatkovskiy
stpworld at narod.ru
Mon Jan 16 12:48:04 PST 2012
Author: dyatkovskiy
Date: Mon Jan 16 14:48:04 2012
New Revision: 148252
URL: http://llvm.org/viewvc/llvm-project?rev=148252&view=rev
Log:
Fixed comment in loop-unswitch.
Modified:
llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp?rev=148252&r1=148251&r2=148252&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp Mon Jan 16 14:48:04 2012
@@ -59,7 +59,7 @@
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"),
More information about the llvm-commits
mailing list