Add in an unreachable after a covered switch to appease certain bots.

llvm-svn: 232356
This commit is contained in:
Michael Gottesman 2015-03-16 07:46:34 +00:00
parent c219dd1de1
commit a0d2d3379e
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ public:
M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions");
return *NoObjCARCExceptionsMDKind;
}
llvm_unreachable("Covered switch isn't covered?!");
}
};