Add back a line I deleted by accident in r145141. Fixes uninitialized variable warnings and runtime failures.

llvm-svn: 145256
This commit is contained in:
Eli Friedman 2011-11-28 18:50:37 +00:00
parent 22b405c7aa
commit 31f0116173

View File

@ -1917,6 +1917,7 @@ APFloat::convert(const fltSemantics &toSemantics,
fs = opOK;
} else {
*losesInfo = false;
fs = opOK;
}
return fs;