Expect the impossible

llvm-svn: 94425
This commit is contained in:
Douglas Gregor 2010-01-25 16:45:46 +00:00
parent 7210063126
commit 33f1685607
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ bool CursorVisitor::Visit(CXCursor Cursor, bool CheckedRegionOfInterest) {
return VisitChildren(Cursor);
}
llvm_unreachable("Silly GCC, we can't get here");
return false;
}
/// \brief Visit the children of the given cursor.