aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-12-30 14:26:07 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-12-30 14:26:07 +0000
commitdbc441eb34d41e929f4d07b16e030746f25fd344 (patch)
treefc48e3065ad63f27dff1e5c63f2537afbb08bdc0 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent666761afabe5c7a36c4b326d537d00c2820644f2 (diff)
downloadllvm-dbc441eb34d41e929f4d07b16e030746f25fd344.zip
llvm-dbc441eb34d41e929f4d07b16e030746f25fd344.tar.gz
llvm-dbc441eb34d41e929f4d07b16e030746f25fd344.tar.bz2
When performing an implicit from float to bool, the floating point value must be *exactly* zero in order for the conversion to result in 0. This does not involve a conversion through an integer value, and so truncation of the value is not performed.
This patch address PR25876. llvm-svn: 256643
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions