mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
r113526 introduced an unintended change to the loop unrolling threshold. Revert it.
llvm-svn: 113527
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<unsigned>
|
||||
UnrollThreshold("unroll-threshold", cl::init(0), cl::Hidden,
|
||||
UnrollThreshold("unroll-threshold", cl::init(200), cl::Hidden,
|
||||
cl::desc("The cut-off point for automatic loop unrolling"));
|
||||
|
||||
static cl::opt<unsigned>
|
||||
|
||||
Reference in New Issue
Block a user