Fix MSVC "not all control paths return a value" warning. NFCI.

llvm-svn: 373741
This commit is contained in:
Simon Pilgrim 2019-10-04 12:45:27 +00:00
parent 9bd763679f
commit 84f5cd75b3
1 changed files with 1 additions and 0 deletions

View File

@ -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?