mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Detabify.
llvm-svn: 47596
This commit is contained in:
parent
a2fedd7d9c
commit
9f23194fe2
@ -86,7 +86,6 @@ Backjump:
|
||||
// distribution (improving the speed of convergence).
|
||||
if (ShufflingEnabled &&
|
||||
NumOfIterationsWithoutProgress > MaxIterations) {
|
||||
|
||||
std::vector<ElTy> ShuffledList(TheList);
|
||||
std::random_shuffle(ShuffledList.begin(), ShuffledList.end());
|
||||
std::cerr << "\n\n*** Testing shuffled set...\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user