Silence a control reaches end of function warning. Patch by Enea

Zaffanella.

llvm-svn: 93743
This commit is contained in:
Mike Stump 2010-01-18 18:41:43 +00:00
parent cdb8575c9b
commit 211ed4826e
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public:
case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
#include "clang/AST/TypeLocNodes.def"
}
llvm_unreachable("unexpected type loc class!");
}
#define TYPELOC(CLASS, PARENT) \