forked from OSchip/llvm-project
Add llvm_unreachable at end of fully covered switch to pacify GCC.
llvm-svn: 179753
This commit is contained in:
parent
a2ff69863e
commit
06022fc91a
|
@ -529,6 +529,7 @@ public:
|
|||
case CR_Default:
|
||||
return "default captured statement";
|
||||
}
|
||||
llvm_unreachable("Invalid captured region kind!");
|
||||
}
|
||||
|
||||
static bool classof(const FunctionScopeInfo *FSI) {
|
||||
|
|
Loading…
Reference in New Issue