Fix MSVC "not all control paths return a value" warning. NFCI.

llvm-svn: 370343
This commit is contained in:
Simon Pilgrim 2019-08-29 12:37:02 +00:00
parent 8537c1ec60
commit 46b346ea7b
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ const Node *getParentOfRootStmts(const Node *CommonAnc) {
// always unselected.
return Parent->ASTNode.get<DeclStmt>() ? Parent->Parent : Parent;
}
llvm_unreachable("Unhandled SelectionTree::Selection enum");
}
// The ExtractionZone class forms a view of the code wrt Zone.