1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 7c3e8a7b1d
commit e18ce984ec

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?!");
}
};