From 8e90d2517d4b1a1b6bee1c53c43415f61aba01a8 Mon Sep 17 00:00:00 2001 From: ALEXks Date: Sat, 12 Apr 2025 21:52:41 +0300 Subject: [PATCH] removed checking from predictor --- src/Predictor/PredictScheme.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Predictor/PredictScheme.cpp b/src/Predictor/PredictScheme.cpp index b3e9a6c..9c90184 100644 --- a/src/Predictor/PredictScheme.cpp +++ b/src/Predictor/PredictScheme.cpp @@ -501,8 +501,6 @@ static void parallelDir(const map& byPos, SgExpression* spec, printInternalError(convertFileName(__FILE__).c_str(), __LINE__); auto cfg = buildCFGforCurrentFunc(func, SAPFOR::CFG_Settings(true, false, false, true, false, false, true), commonBlocks, allFuncInfo); - if (cfg.size() != 1) - printInternalError(convertFileName(__FILE__).c_str(), __LINE__); //TODO IP analysis unsigned countOfAccess = 0;