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:
parent
7c3e8a7b1d
commit
e18ce984ec
@ -304,6 +304,7 @@ public:
|
||||
M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions");
|
||||
return *NoObjCARCExceptionsMDKind;
|
||||
}
|
||||
llvm_unreachable("Covered switch isn't covered?!");
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user