save prev logic
This commit is contained in:
@@ -911,7 +911,8 @@ extern int PASSES_DONE[EMPTY_PASS];
|
||||
static void printToBuffer(const LoopGraph *currLoop, const int childSize, char buf[512])
|
||||
{
|
||||
int loopState = 0; // 0 - unknown, 1 - good, 2 - bad
|
||||
if (PASSES_DONE[CREATE_TEMPLATE_LINKS])
|
||||
if (PASSES_DONE[CREATE_TEMPLATE_LINKS] ||
|
||||
PASSES_DONE[LOOP_ANALYZER_NODIST])
|
||||
{
|
||||
if (currLoop->hasLimitsToParallel())
|
||||
loopState = 2;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2351"
|
||||
#define VERSION_SPF "2352"
|
||||
|
||||
Reference in New Issue
Block a user