1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include
Craig Topper 33a97c19f6 [APInt] Use MathExtras.h BitsToFloat/Double and Float/DoubleToBits instead of type punning through a union
The functions in MathExtras.h uses a safer memcpy instead of going through a union.

Differential Revision: https://reviews.llvm.org/D33116

llvm-svn: 302916
2017-05-12 16:28:21 +00:00
..
llvm [APInt] Use MathExtras.h BitsToFloat/Double and Float/DoubleToBits instead of type punning through a union 2017-05-12 16:28:21 +00:00
llvm-c Introduce LLVMDIBuilderRef 2017-04-20 14:22:47 +00:00