Skip to content
Snippets Groups Projects
Commit f9465148 authored by bdr7fv's avatar bdr7fv
Browse files

Recursive validate did not return false if no more layouts could be validate.


Former-commit-id: aaf1a471a7cc753b259cfe9f26c8cf4e3f65f12e
parent d0b29c1d
No related branches found
No related tags found
No related merge requests found
......@@ -1022,6 +1022,7 @@ bool PNTransformDriver::Validate_Recursive(vector<validation_record> &vrs, unsig
{
failed.push_back(vrs[start].func);
cout<<"Validate Recursive: Function: "<<vrs[start].func->GetName()<<" has no additional inferences."<<endl;
return false;
}
vrs[start].layouts[vrs[start].layout_index]->Shuffle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment