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

llvm-svn: 342394
This commit is contained in:
Simon Pilgrim 2018-09-17 13:56:42 +00:00
parent b1efe51dd9
commit a2fd56c3e4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ static llvm::APFloat getFloatValue(const llvm::fltSemantics &FltSemantics,
Output.next(false);
return Output;
}
llvm_unreachable("Unhandled exegesis::PredefinedValues");
}
llvm::APInt bitcastFloatValue(const llvm::fltSemantics &FltSemantics,