diff --git a/src/CFGraph/private_variables_analysis.cpp b/src/CFGraph/private_variables_analysis.cpp index ef9fee6..6e8064f 100644 --- a/src/CFGraph/private_variables_analysis.cpp +++ b/src/CFGraph/private_variables_analysis.cpp @@ -321,6 +321,12 @@ static set analyzeLoop(LoopGraph* loop, const setfilename(), loop_operator->lineNumber()); + return currentLoop; + } + if (!head_block) printInternalError(convertFileName(__FILE__).c_str(), __LINE__);