forked from OSchip/llvm-project
Fix MSVC "not all control paths return a value" warning. NFCI.
llvm-svn: 373741
This commit is contained in:
parent
9bd763679f
commit
84f5cd75b3
|
@ -311,6 +311,7 @@ private:
|
|||
case InvalidKind:
|
||||
llvm_unreachable("Tried to produce DBG_VALUE for invalid VarLoc");
|
||||
}
|
||||
llvm_unreachable("Unrecognized LiveDebugValues.VarLoc.Kind enum");
|
||||
}
|
||||
|
||||
/// Is the Loc field a constant or constant object?
|
||||
|
|
Loading…
Reference in New Issue