mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 21:45:46 -04:00
![]() These tests for some guy's transparent operator functors were needlessly truncating their double results to int. Preserving the doubleness makes compilers happier. I'm following existing practice by adding an "// exact in binary" comment when the result isn't a whole number. (The changes from 6 to 6.0 and so forth are stylistic, not critical.) Fixes D27539. llvm-svn: 289106 |
||
---|---|---|
.. | ||
divides.pass.cpp | ||
minus.pass.cpp | ||
modulus.pass.cpp | ||
multiplies.pass.cpp | ||
negate.pass.cpp | ||
plus.pass.cpp | ||
transparent.pass.cpp |